Fix misleading references to columns in GRANT/REVOKE summaries

From: David Fetter <david(at)fetter(dot)org>
To: PostgreSQL Docs <pgsql-docs(at)postgresql(dot)org>, PostgreSQL Patches <pgsql-patches(at)postgresql(dot)org>
Subject: Fix misleading references to columns in GRANT/REVOKE summaries
Date: 2007-04-06 23:46:03
Message-ID: 20070406234603.GI3784@fetter.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs pgsql-patches

Folks,

Per a question Alexey Parshin asked in the IRC channel, I'm attaching
a patch to the GRANT and REVOKE syntax summaries which replaces the
misleading word "column" with "parameter." "Column" is misleading
because it could be read to imply a column-level GRANT/REVOKE, which
we don't have yet.

Cheers,
D
--
David Fetter <david(at)fetter(dot)org> http://fetter.org/
phone: +1 415 235 3778 AIM: dfetter666
Skype: davidfetter

Remember to vote!
Consider donating to PostgreSQL: http://www.postgresql.org/about/donate

Attachment Content-Type Size
fix_grant_revoke.diff text/plain 2.2 KB

Responses

Browse pgsql-docs by date

  From Date Subject
Next Message Tom Lane 2007-04-07 01:06:00 Re: Fix misleading references to columns in GRANT/REVOKE summaries
Previous Message Bruce Momjian 2007-04-03 22:40:21 Re: create index concurrently docs ...

Browse pgsql-patches by date

  From Date Subject
Next Message Tom Lane 2007-04-07 01:06:00 Re: Fix misleading references to columns in GRANT/REVOKE summaries
Previous Message Tom Lane 2007-04-06 23:00:53 Re: [PATCHES] Fix for large file support