From 35fcb849463d4be6cc0fd33ddf5122705fd097b8 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Fri, 4 Jan 2002 18:42:40 +0000 Subject: [PATCH] Change: < perhaps CREATE DATABASE dbname WITH USER = "user" (Gavin) --- > perhaps CREATE DATABASE dbname WITH OWNER = "user" (Gavin) --- doc/TODO | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/TODO b/doc/TODO index 70fa1468ec..67628f28d8 100644 --- a/doc/TODO +++ b/doc/TODO @@ -1,6 +1,6 @@ TODO list for PostgreSQL ======================== -Last updated: Fri Jan 4 13:22:43 EST 2002 +Last updated: Fri Jan 4 13:41:50 EST 2002 Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) @@ -40,7 +40,7 @@ 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, - perhaps CREATE DATABASE dbname WITH USER = "user" (Gavin) + perhaps CREATE DATABASE dbname WITH OWNER = "user" (Gavin) * Make equals sign optional in CREATE DATABASE WITH param = 'val' * -Permission to DELETE table also allows UPDATE (Peter E) * Allow elog() to return error codes, module name, file name, line