pgsql: Fix warning messages in restrict_and_check_grant() to include the

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix warning messages in restrict_and_check_grant() to include the
Date: 2010-03-06 23:10:43
Message-ID: 20100306231043.0F2437541D0@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Fix warning messages in restrict_and_check_grant() to include the column name
when warning about column-level privileges. This is more useful than before
and makes the apparent duplication complained of by Piyush Newe not so
duplicate. Also fix lack of quote marks in a related message text.

Back-patch to 8.4, where column-level privileges were introduced.

Stephen Frost

Modified Files:
--------------
pgsql/src/backend/catalog:
aclchk.c (r1.163 -> r1.164)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/catalog/aclchk.c?r1=1.163&r2=1.164)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2010-03-06 23:10:50 pgsql: Fix warning messages in restrict_and_check_grant() to include the
Previous Message Magnus Hagander 2010-03-06 15:28:09 pgsql: Add --psqlrc=FILENAME parameter to psql, to process an explicitly