aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2007-04-17 20:47:55 +0000
committerBruce Momjian <bruce@momjian.us>2007-04-17 20:47:55 +0000
commit6c2c6682f69fb449fb80dc4e26fc29af1a9e61e6 (patch)
tree6482a5d9ef5670880088c9defad614e373f3b1e4
parent2e824a8ea96fe9ba6c5d7bf4822af8ba6eb44b20 (diff)
downloadpostgresql-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/TODO4
-rw-r--r--doc/src/FAQ/TODO.html4
2 files changed, 4 insertions, 4 deletions
diff --git a/doc/TODO b/doc/TODO
index ac5e3a8c4d5..fbed6c8be3f 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -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>