|
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:17:35 EST 2005 |
| 5 | +Last updated:Mon Feb 14 22:51:18 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.
|
@@ -45,6 +45,11 @@ Administration
|
45 | 45 | * Have SHOW ALL and pg_settings show descriptions for server-side variables
|
46 | 46 | * Allow GRANT/REVOKE permissions to be applied to all schema objects with one
|
47 | 47 | 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 | + |
48 | 53 | * Allow GRANT/REVOKE permissions to be inherited by objects based on
|
49 | 54 | schema permissions
|
50 | 55 | * Remove unreferenced table files created by transactions that were
|
|