mirror of
https://github.com/postgres/postgres.git
synced 2025-05-09 18:21:05 +03:00
Add:
> * Make equals sign optional in CREATE DATABASE WITH param = 'val'
This commit is contained in:
parent
8dcc4c058d
commit
258af1d57a
3
doc/TODO
3
doc/TODO
@ -1,6 +1,6 @@
|
|||||||
TODO list for PostgreSQL
|
TODO list for PostgreSQL
|
||||||
========================
|
========================
|
||||||
Last updated: Thu Jan 3 13:12:10 EST 2002
|
Last updated: Thu Jan 3 13:21:20 EST 2002
|
||||||
|
|
||||||
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
|
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
|
||||||
|
|
||||||
@ -41,6 +41,7 @@ ADMIN
|
|||||||
lock use [privileges] (Karel, others)
|
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"
|
perhaps CREATE DATABASE dbname WITH USER = "user"
|
||||||
|
* Make equals sign optional in CREATE DATABASE WITH param = 'val'
|
||||||
* -Permission to DELETE table also allows UPDATE (Peter E)
|
* -Permission to DELETE table also allows UPDATE (Peter E)
|
||||||
* Allow elog() to return error codes, module name, file name, line
|
* Allow elog() to return error codes, module name, file name, line
|
||||||
number, not just messages (Peter E)
|
number, not just messages (Peter E)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user