]> granicus.if.org Git - postgresql/commitdiff
Change wording:
authorBruce Momjian <bruce@momjian.us>
Tue, 15 Feb 2005 03:54:19 +0000 (03:54 +0000)
committerBruce Momjian <bruce@momjian.us>
Tue, 15 Feb 2005 03:54:19 +0000 (03:54 +0000)
<   The agreed syntax is:
>   The proposed syntax is:

doc/TODO

index ddfbccde9403b25c915721939610506f0a845930..dc22e334fd79a225d48fa14c635e5777ef0ee3e3 100644 (file)
--- 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: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
 site, http://www.PostgreSQL.org.
@@ -46,7 +46,7 @@ Administration
 * Allow GRANT/REVOKE permissions to be applied to all schema objects with one
   command
 
-  The agreed syntax is:
+  The proposed syntax is:
        GRANT SELECT ON ALL TABLES IN public TO phpuser;
        GRANT SELECT ON NEW TABLES IN public TO phpuser;