| From: | momjian(at)postgresql(dot)org (Bruce Momjian) |
|---|---|
| To: | pgsql-committers(at)postgresql(dot)org |
| Subject: | pgsql: Add warning about TODO item: < Currently all schemas are owned |
| Date: | 2007-04-17 20:50:34 |
| Message-ID: | 20070417205034.B32719FB7CE@postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-committers |
Log Message:
-----------
Add warning about TODO item:
< Currently all schemas are owned by the super-user because they are
< copied from the template1 database.
> Currently all schemas are owned by the super-user because they are copied
> from the template1 database. However, since all objects are inherited
> from the template database, it is not clear that setting schemas to the db
> owner is correct.
Modified Files:
--------------
pgsql/doc:
TODO (r1.2168 -> r1.2169)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/TODO.diff?r1=1.2168&r2=1.2169)
pgsql/doc/src/FAQ:
TODO.html (r1.669 -> r1.670)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/FAQ/TODO.html.diff?r1=1.669&r2=1.670)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Bruce Momjian | 2007-04-17 21:22:13 | pgsql: Done: < o Add MOVE > o -Add MOVE |
| Previous Message | Tom Lane | 2007-04-17 20:49:39 | pgsql: Don't assume rd_smgr stays open across all of a rewriteheap |