Skip to content

Commit 258af1d

Browse files
committed
Add:
> * Make equals sign optional in CREATE DATABASE WITH param = 'val'
1 parent 8dcc4c0 commit 258af1d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/TODO

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
TODO list for PostgreSQL
22
========================
3-
Last updated: Thu Jan 3 13:12:10 EST 2002
3+
Last updated: Thu Jan 3 13:21:20 EST 2002
44

55
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
66

@@ -41,6 +41,7 @@ ADMIN
4141
lock use [privileges] (Karel, others)
4242
* Make it easier to create a database owned by someone who can't createdb,
4343
perhaps CREATE DATABASE dbname WITH USER = "user"
44+
* Make equals sign optional in CREATE DATABASE WITH param = 'val'
4445
* -Permission to DELETE table also allows UPDATE (Peter E)
4546
* Allow elog() to return error codes, module name, file name, line
4647
number, not just messages (Peter E)

0 commit comments

Comments
 (0)