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

Commit5026378

Browse files
committed
Add mention of syntax for GRANT ALL:
> The agreed syntax is:> GRANT SELECT ON ALL TABLES IN public TO phpuser;> GRANT SELECT ON NEW TABLES IN public TO phpuser;>
1 parent3110cd2 commit5026378

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

‎doc/TODO

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
TODO list for PostgreSQL
33
========================
44
Current maintainer:Bruce Momjian (pgman@candle.pha.pa.us)
5-
Last updated:Mon Feb 14 22:17:35 EST 2005
5+
Last updated:Mon Feb 14 22:51:18 EST 2005
66

77
The most recent version of this document can be viewed at the PostgreSQL web
88
site, http://www.PostgreSQL.org.
@@ -45,6 +45,11 @@ Administration
4545
* Have SHOW ALL and pg_settings show descriptions for server-side variables
4646
* Allow GRANT/REVOKE permissions to be applied to all schema objects with one
4747
command
48+
49+
The agreed syntax is:
50+
GRANT SELECT ON ALL TABLES IN public TO phpuser;
51+
GRANT SELECT ON NEW TABLES IN public TO phpuser;
52+
4853
* Allow GRANT/REVOKE permissions to be inherited by objects based on
4954
schema permissions
5055
* Remove unreferenced table files created by transactions that were

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp