Received: from localhost (maia-3.hub.org [200.46.204.184]) by postgresql.org (Postfix) with ESMTP id AD9079FB632; Fri, 6 Apr 2007 22:06:06 -0300 (ADT) Received: from postgresql.org ([200.46.204.71]) by localhost (mx1.hub.org [200.46.204.184]) (amavisd-maia, port 10024) with ESMTP id 58192-09; Fri, 6 Apr 2007 22:05:58 -0300 (ADT) X-Greylist: from auto-whitelisted by SQLgrey-1.7.4 X-Greylist: from auto-whitelisted by SQLgrey-1.7.4 Received: from sss.pgh.pa.us (sss.pgh.pa.us [66.207.139.130]) by postgresql.org (Postfix) with ESMTP id F1DC69FB52F; Fri, 6 Apr 2007 22:06:02 -0300 (ADT) Received: from sss2.sss.pgh.pa.us (tgl@localhost [127.0.0.1]) by sss.pgh.pa.us (8.13.6/8.13.6) with ESMTP id l37160IP029961; Fri, 6 Apr 2007 21:06:00 -0400 (EDT) To: David Fetter cc: PostgreSQL Docs , PostgreSQL Patches Subject: Re: Fix misleading references to columns in GRANT/REVOKE summaries In-reply-to: <20070406234603.GI3784@fetter.org> References: <20070406234603.GI3784@fetter.org> Comments: In-reply-to David Fetter message dated "Fri, 06 Apr 2007 16:46:03 -0700" Date: Fri, 06 Apr 2007 21:06:00 -0400 Message-ID: <29960.1175907960@sss.pgh.pa.us> From: Tom Lane X-Virus-Scanned: Maia Mailguard 1.0.1 X-Archive-Number: 200704/3 X-Sequence-Number: 4199 David Fetter writes: > 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. Apparently it's so misleading that you didn't understand it either. The entire *point* of that paragraph is that we don't have the feature. This proposed change is surely not an improvement... regards, tom lane