]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Fix warning messages in restrict_and_check_grant() to include the column name
authorTom Lane <tgl@sss.pgh.pa.us>
Sat, 6 Mar 2010 23:10:50 +0000 (23:10 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 6 Mar 2010 23:10:50 +0000 (23:10 +0000)
commitf2c458ed011e55585ee3c8f335382c21e55db72f
treecb09d0ff20f78f4dacea024643780575b70efd32
parentd192b386072b19c7abbd692d99485be6b704a67d
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
src/backend/catalog/aclchk.c