Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit fa82574

Browse files
committed
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. >
1 parent 2371776 commit fa82574

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

doc/TODO

+6-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ TODO list for PostgreSQL
55
Bracketed items "[]" have more detail.
66

77
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
8-
Last updated: Fri Aug 13 21:30:49 EDT 2004
8+
Last updated: Mon Aug 16 00:37:25 EDT 2004
99

1010
The most recent version of this document can be viewed at the PostgreSQL web site, http://www.PostgreSQL.org.
1111

@@ -93,6 +93,11 @@ Administration
9393

9494
* Create dump tool for write-ahead logs for use in determining
9595
transaction id for point-in-time recovery
96+
* Set proper permissions on non-system schemas during db creation
97+
98+
Currently all schemas are owned by the super-user because they are
99+
copied from the template1 database.
100+
96101
* Improve replication solutions
97102
o Automatic failover
98103

0 commit comments

Comments
 (0)