Not easy, per Alvaro:
authorBruce Momjian
Tue, 17 Apr 2007 20:47:55 +0000 (20:47 +0000)
committerBruce Momjian
Tue, 17 Apr 2007 20:47:55 +0000 (20:47 +0000)
< * %Set proper permissions on non-system schemas during db creation
> * Set proper permissions on non-system schemas during db creation

doc/TODO
doc/src/FAQ/TODO.html

index ac5e3a8c4d5789af7e0ee1c25ccc33aea86802d2..fbed6c8be3f4cf4a238bdc9c57b5f7d44dd2fb9d 100644 (file)
--- a/doc/TODO
+++ b/doc/TODO
@@ -2,7 +2,7 @@
 PostgreSQL TODO List
 ====================
 Current maintainer:    Bruce Momjian ([email protected])
-Last updated:      Fri Apr 13 19:23:16 EDT 2007
+Last updated:      Tue Apr 17 16:47:44 EDT 2007
 
 The most recent version of this document can be viewed at
 http://www.postgresql.org/docs/faqs.TODO.html.
@@ -37,7 +37,7 @@ Administration
   requires additional testing rather than of writing any new code.
   http://archives.postgresql.org/pgsql-hackers/2006-08/msg00174.php
 
-* %Set proper permissions on non-system schemas during db creation
+* Set proper permissions on non-system schemas during db creation
 
   Currently all schemas are owned by the super-user because they are
   copied from the template1 database.
index 1c5c4775c2c823be1d1ac8800e22b780ad18a99a..3eee7359d71ce065c6b70aa6bef8e771a984bc90 100644 (file)
@@ -8,7 +8,7 @@
 
 

PostgreSQL TODO List

 

Current maintainer:     Bruce Momjian ([email protected])

-Last updated:           Fri Apr 13 19:23:16 EDT 2007
+Last updated:           Tue Apr 17 16:47:44 EDT 2007
 

 

The most recent version of this document can be viewed at

 http://www.postgresql.org/docs/faqs.TODO.html.
@@ -40,7 +40,7 @@ first.  There is also a developer's wiki at
   requires additional testing rather than of writing any new code.
   http://archives.postgresql.org/pgsql-hackers/2006-08/msg00174.php
 

-  
  • %Set proper permissions on non-system schemas during db creation
  • +  
  • Set proper permissions on non-system schemas during db creation
  •  

      Currently all schemas are owned by the super-user because they are

       copied from the template1 database.