summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2004-08-16 04:38:46 +0000
committerBruce Momjian <bruce@momjian.us>2004-08-16 04:38:46 +0000
commitfa82574bc50c9501f8e5de79d00b5330dc592046 (patch)
tree94b21a371137c3a58c8eeb5b65083fe9cbfcb0c3
parent23717760d1eb9441f672a2d01b52bddfceb8c2e2 (diff)
Add:
> * 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. >
-rw-r--r--doc/TODO7
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/TODO b/doc/TODO
index 2c1534cc987..fe288895b73 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -5,7 +5,7 @@ TODO list for PostgreSQL
Bracketed items "[]" have more detail.
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
-Last updated: Fri Aug 13 21:30:49 EDT 2004
+Last updated: Mon Aug 16 00:37:25 EDT 2004
The most recent version of this document can be viewed at the PostgreSQL web site, http://www.PostgreSQL.org.
@@ -93,6 +93,11 @@ Administration
* Create dump tool for write-ahead logs for use in determining
transaction id for point-in-time recovery
+* 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.
+
* Improve replication solutions
o Automatic failover