Commit bb8fcd67 authored by Bruce Momjian's avatar Bruce Momjian

Change wording:

<   The agreed syntax is:
>   The proposed syntax is:
parent 50263789
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
TODO list for PostgreSQL TODO list for PostgreSQL
======================== ========================
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
Last updated: Mon Feb 14 22:51:18 EST 2005 Last updated: Mon Feb 14 22:54:13 EST 2005
The most recent version of this document can be viewed at the PostgreSQL web The most recent version of this document can be viewed at the PostgreSQL web
site, http://www.PostgreSQL.org. site, http://www.PostgreSQL.org.
...@@ -46,7 +46,7 @@ Administration ...@@ -46,7 +46,7 @@ Administration
* Allow GRANT/REVOKE permissions to be applied to all schema objects with one * Allow GRANT/REVOKE permissions to be applied to all schema objects with one
command command
The agreed syntax is: The proposed syntax is:
GRANT SELECT ON ALL TABLES IN public TO phpuser; GRANT SELECT ON ALL TABLES IN public TO phpuser;
GRANT SELECT ON NEW TABLES IN public TO phpuser; GRANT SELECT ON NEW TABLES IN public TO phpuser;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment