[COMMITTERS] pgsql: Add --psqlrc=FILENAME parameter to psql, to process an explicitly

2010-03-06 Thread Magnus Hagander
Log Message: --- Add --psqlrc=FILENAME parameter to psql, to process an explicitly named file instead of ~/.psqlrc on startup. Modified Files: -- pgsql/doc/src/sgml/ref: psql-ref.sgml (r1.239 -> r1.240) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/sr

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

2010-03-06 Thread Tom Lane
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 re

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

2010-03-06 Thread Tom Lane
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 re