Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit35fcb84

Browse files
committed
Change:
< perhaps CREATE DATABASE dbname WITH USER = "user" (Gavin)---> perhaps CREATE DATABASE dbname WITH OWNER = "user" (Gavin)
1 parent11d4c2c commit35fcb84

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎doc/TODO

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
TODO list for PostgreSQL
22
========================
3-
Last updated:Fri Jan 4 13:22:43 EST 2002
3+
Last updated:Fri Jan 4 13:41:50 EST 2002
44

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

@@ -40,7 +40,7 @@ ADMIN
4040
* Improve control over user privileges, including table creation and
4141
lock use [privileges] (Karel, others)
4242
* Make it easier to create a database owned by someone who can't createdb,
43-
perhaps CREATE DATABASE dbname WITHUSER = "user" (Gavin)
43+
perhaps CREATE DATABASE dbname WITHOWNER = "user" (Gavin)
4444
* Make equals sign optional in CREATE DATABASE WITH param = 'val'
4545
* -Permission to DELETE table also allows UPDATE (Peter E)
4646
* Allow elog() to return error codes, module name, file name, line

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp