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:50
Message-ID: 20100306231050.2F6917541D0@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

Tags:
----
REL8_4_STABLE

Modified Files:
--------------
pgsql/src/backend/catalog:
aclchk.c (r1.154 -> r1.154.2.1)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/catalog/aclchk.c?r1=1.154&r2=1.154.2.1)

Browse pgsql-committers by date

  From Date Subject
Next Message Magnus Hagander 2010-03-07 17:02:34 pgsql: Revert patch for --psqlrc=FILENAME in psql.
Previous Message Tom Lane 2010-03-06 23:10:43 pgsql: Fix warning messages in restrict_and_check_grant() to include the