]> granicus.if.org Git - postgresql/commitdiff
Give attribution:
authorBruce Momjian <bruce@momjian.us>
Fri, 4 Jan 2002 05:03:15 +0000 (05:03 +0000)
committerBruce Momjian <bruce@momjian.us>
Fri, 4 Jan 2002 05:03:15 +0000 (05:03 +0000)
<   perhaps CREATE DATABASE dbname WITH USER = "user"
---
>   perhaps CREATE DATABASE dbname WITH USER = "user" (Gavin)

doc/TODO

index ca5e41a891322ead808969c04c347d357bcf683a..5ca3a79cbc374eaef288d7bef0813d44f5e8dd92 100644 (file)
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,6 +1,6 @@
 TODO list for PostgreSQL
 ========================
-Last updated:          Thu Jan  3 23:53:14 EST 2002
+Last updated:          Fri Jan  4 00:00:18 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"
+  perhaps CREATE DATABASE dbname WITH USER = "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