From: Bruce Momjian Date: Thu, 3 Jan 2002 08:01:17 +0000 (+0000) Subject: Added suggested syntax: X-Git-Tag: REL7_2_BETA5~109 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b96b0415fa6956350ac5c50d74fb963717dde248;p=postgresql Added suggested syntax: > * Make it easier to create a database owned by someone who can't createdb, > perhaps CREATE DATABASE dbname WITH USER = "user" --- diff --git a/doc/TODO b/doc/TODO index e9ef6314c9..828fb587e7 100644 --- a/doc/TODO +++ b/doc/TODO @@ -1,6 +1,6 @@ TODO list for PostgreSQL ======================== -Last updated: Thu Jan 3 00:48:38 EST 2002 +Last updated: Thu Jan 3 03:00:47 EST 2002 Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) @@ -39,7 +39,8 @@ ADMIN * Improve control over user privileges, including table creation and lock use [privileges] (Karel, others) -* Make it easier to create a database owned by someone who can't createdb +* Make it easier to create a database owned by someone who can't createdb, + perhaps CREATE DATABASE dbname WITH USER = "user" * -Permission to DELETE table also allows UPDATE (Peter E) * Allow elog() to return error codes, module name, file name, line number, not just messages (Peter E)