diff options
author | Bruce Momjian <bruce@momjian.us> | 2007-04-17 20:47:55 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2007-04-17 20:47:55 +0000 |
commit | 6c2c6682f69fb449fb80dc4e26fc29af1a9e61e6 (patch) | |
tree | 6482a5d9ef5670880088c9defad614e373f3b1e4 | |
parent | 2e824a8ea96fe9ba6c5d7bf4822af8ba6eb44b20 (diff) | |
download | postgresql-6c2c6682f69fb449fb80dc4e26fc29af1a9e61e6.tar.gz postgresql-6c2c6682f69fb449fb80dc4e26fc29af1a9e61e6.zip |
Not easy, per Alvaro:
< * %Set proper permissions on non-system schemas during db creation
> * Set proper permissions on non-system schemas during db creation
-rw-r--r-- | doc/TODO | 4 | ||||
-rw-r--r-- | doc/src/FAQ/TODO.html | 4 |
2 files changed, 4 insertions, 4 deletions
@@ -2,7 +2,7 @@ PostgreSQL TODO List ==================== Current maintainer: Bruce Momjian (bruce@momjian.us) -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. diff --git a/doc/src/FAQ/TODO.html b/doc/src/FAQ/TODO.html index 1c5c4775c2c..3eee7359d71 100644 --- a/doc/src/FAQ/TODO.html +++ b/doc/src/FAQ/TODO.html @@ -8,7 +8,7 @@ <body bgcolor="#FFFFFF" text="#000000" link="#FF0000" vlink="#A00000" alink="#0000FF"> <h1><a name="section_1">PostgreSQL TODO List</a></h1> <p>Current maintainer: Bruce Momjian (<a href="mailto:bruce@momjian.us">bruce@momjian.us</a>)<br/> -Last updated: Fri Apr 13 19:23:16 EDT 2007 +Last updated: Tue Apr 17 16:47:44 EDT 2007 </p> <p>The most recent version of this document can be viewed at<br/> <a href="http://www.postgresql.org/docs/faqs.TODO.html">http://www.postgresql.org/docs/faqs.TODO.html</a>. @@ -40,7 +40,7 @@ first. There is also a developer's wiki at<br/> requires additional testing rather than of writing any new code. <a href="http://archives.postgresql.org/pgsql-hackers/2006-08/msg00174.php">http://archives.postgresql.org/pgsql-hackers/2006-08/msg00174.php</a> </p> - </li><li>%Set proper permissions on non-system schemas during db creation + </li><li>Set proper permissions on non-system schemas during db creation <p> Currently all schemas are owned by the super-user because they are copied from the template1 database. </p> |