pgsql: Add warning about TODO item: < Currently all schemas are owned - Mailing list pgsql-committers

From momjian@postgresql.org (Bruce Momjian)
Subject pgsql: Add warning about TODO item: < Currently all schemas are owned
Date
Msg-id 20070417205034.B32719FB7CE@postgresql.org
Whole thread Raw
List 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)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Don't assume rd_smgr stays open across all of a rewriteheap
Next
From: momjian@postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Done: < o Add MOVE > o -Add MOVE