postgresql/contrib/sepgsql
Robert Haas ae7c8b290f Fix error message for COMMENT/SECURITY LABEL ON COLUMN xxx IS 'yyy'
When the column name is an unqualified name, rather than table.column,
the error message complains about too many dotted names, which is
wrong.  Report by Peter Eisentraut based on examination of the
sepgsql regression test output, but the problem also affects COMMENT.
New wording as suggested by Tom Lane.
2012-05-22 11:24:16 -04:00
..
expected Fix error message for COMMENT/SECURITY LABEL ON COLUMN xxx IS 'yyy' 2012-05-22 11:24:16 -04:00
sql Add missing check on invocation of trusted procedures. 2011-04-04 13:25:42 -04:00
.gitignore Minor sepgsql regression test fixes. 2011-02-02 23:46:51 -05:00
dml.c pgindent run before PG 9.1 beta 1. 2011-04-10 11:42:00 -04:00
hooks.c pgindent run before PG 9.1 beta 1. 2011-04-10 11:42:00 -04:00
label.c pgindent run before PG 9.1 beta 1. 2011-04-10 11:42:00 -04:00
launcher Various sepgsql corrections. 2011-02-02 23:39:43 -05:00
Makefile Take sepgsql regression tests out of the regular regression test mechanism. 2011-09-27 20:15:54 -04:00
proc.c pgindent run before PG 9.1 beta 1. 2011-04-10 11:42:00 -04:00
relation.c pgindent run before PG 9.1 beta 1. 2011-04-10 11:42:00 -04:00
schema.c pgindent run before PG 9.1 beta 1. 2011-04-10 11:42:00 -04:00
selinux.c pgindent run before PG 9.1 beta 1. 2011-04-10 11:42:00 -04:00
sepgsql-regtest.te Allow sepgsql regression tests to be run from a user homedir. 2011-08-19 11:53:12 -04:00
sepgsql.h pgindent run before PG 9.1 beta 1. 2011-04-10 11:42:00 -04:00
sepgsql.sql.in sepgsql, an SE-Linux integration for PostgreSQL 2011-01-23 20:48:27 -05:00
test_sepgsql Take sepgsql regression tests out of the regular regression test mechanism. 2011-09-27 20:15:54 -04:00