pgsql: Add mention of syntax for GRANT ALL: > The agreed syntax is: >

From: momjian(at)svr1(dot)postgresql(dot)org (Bruce Momjian)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add mention of syntax for GRANT ALL: > The agreed syntax is: >
Date: 2005-02-15 03:53:05
Message-ID: 20050215035305.1C1578BA295@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
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;
>

Modified Files:
--------------
pgsql/doc:
TODO (r1.1446 -> r1.1447)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/TODO.diff?r1=1.1446&r2=1.1447)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2005-02-15 03:54:25 pgsql: Change wording: < The agreed syntax is: > The proposed
Previous Message Bruce Momjian 2005-02-15 03:50:09 pgsql: Update comment on VACUUM FULL.