From 6c2c6682f69fb449fb80dc4e26fc29af1a9e61e6 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Tue, 17 Apr 2007 20:47:55 +0000 Subject: [PATCH] Not easy, per Alvaro: < * %Set proper permissions on non-system schemas during db creation > * Set proper permissions on non-system schemas during db creation --- doc/TODO | 4 ++-- doc/src/FAQ/TODO.html | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/TODO b/doc/TODO index ac5e3a8c4d..fbed6c8be3 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 1c5c4775c2..3eee7359d7 100644 --- a/doc/src/FAQ/TODO.html +++ b/doc/src/FAQ/TODO.html @@ -8,7 +8,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. @@ -40,7 +40,7 @@ first. There is also a developer's wiki at
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.