mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-11-21 03:13:05 +08:00
Give attribution:
< perhaps CREATE DATABASE dbname WITH USER = "user" --- > perhaps CREATE DATABASE dbname WITH USER = "user" (Gavin)
This commit is contained in:
parent
f27b0eeea7
commit
b5213b5c37
4
doc/TODO
4
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
|
||||
|
Loading…
Reference in New Issue
Block a user