|
2 | 2 | TODO list for PostgreSQL
|
3 | 3 | ========================
|
4 | 4 | Current maintainer:Bruce Momjian (pgman@candle.pha.pa.us)
|
5 |
| -Last updated:Mon Feb 14 22:51:18 EST 2005 |
| 5 | +Last updated:Mon Feb 14 22:54:13 EST 2005 |
6 | 6 |
|
7 | 7 | The most recent version of this document can be viewed at the PostgreSQL web
|
8 | 8 | site, http://www.PostgreSQL.org.
|
@@ -46,7 +46,7 @@ Administration
|
46 | 46 | * Allow GRANT/REVOKE permissions to be applied to all schema objects with one
|
47 | 47 | command
|
48 | 48 |
|
49 |
| - Theagreed syntax is: |
| 49 | + Theproposed syntax is: |
50 | 50 | GRANT SELECT ON ALL TABLES IN public TO phpuser;
|
51 | 51 | GRANT SELECT ON NEW TABLES IN public TO phpuser;
|
52 | 52 |
|
|