summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian2005-02-15 03:53:00 +0000
committerBruce Momjian2005-02-15 03:53:00 +0000
commit50263789d6f7866a7606f6e9f9334dcc7dba5c70 (patch)
tree426c92cd32e551f0aa136375359974055156c6d1
parent3110cd237cb89b30f87d8ad1c83f06b9440b3023 (diff)
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; >
-rw-r--r--doc/TODO7
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/TODO b/doc/TODO
index fa3bfbaf0b1..ddfbccde940 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -2,7 +2,7 @@
TODO list for PostgreSQL
========================
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
-Last updated: Mon Feb 14 22:17:35 EST 2005
+Last updated: Mon Feb 14 22:51:18 EST 2005
The most recent version of this document can be viewed at the PostgreSQL web
site, http://www.PostgreSQL.org.
@@ -45,6 +45,11 @@ Administration
* Have SHOW ALL and pg_settings show descriptions for server-side variables
* Allow GRANT/REVOKE permissions to be applied to all schema objects with one
command
+
+ The agreed syntax is:
+ GRANT SELECT ON ALL TABLES IN public TO phpuser;
+ GRANT SELECT ON NEW TABLES IN public TO phpuser;
+
* Allow GRANT/REVOKE permissions to be inherited by objects based on
schema permissions
* Remove unreferenced table files created by transactions that were