postgresql/contrib/sepgsql
Peter Eisentraut 17974ec259 Revise GUC names quoting in messages again
After further review, we want to move in the direction of always
quoting GUC names in error messages, rather than the previous (PG16)
wildly mixed practice or the intermittent (mid-PG17) idea of doing
this depending on how possibly confusing the GUC name is.

This commit applies appropriate quotes to (almost?) all mentions of
GUC names in error messages.  It partially supersedes a243569bf6 and
8d9978a717, which had moved things a bit in the opposite direction
but which then were abandoned in a partial state.

Author: Peter Smith <smithpb2250@gmail.com>
Discussion: https://www.postgresql.org/message-id/flat/CAHut%2BPv-kSN8SkxSdoHano_wPubqcg5789ejhCDZAcLFceBR-w%40mail.gmail.com
2024-05-17 11:44:26 +02:00
..
expected Revert structural changes to not-null constraints 2024-05-13 11:31:09 +02:00
sql sepgsql: Adjust regression expected output 2023-08-17 10:51:26 +09:00
.gitignore Minor sepgsql regression test fixes. 2011-02-02 23:46:51 -05:00
Makefile Split all OBJS style lines in makefiles into one-line-per-entry style. 2019-11-05 14:41:07 -08:00
database.c Update copyright for 2024 2024-01-03 20:49:05 -05:00
dml.c Update copyright for 2024 2024-01-03 20:49:05 -05:00
hooks.c Revise GUC names quoting in messages again 2024-05-17 11:44:26 +02:00
label.c Pre-beta mechanical code beautification. 2024-05-14 16:34:50 -04:00
launcher Update copyright for 2024 2024-01-03 20:49:05 -05:00
meson.build Update copyright for 2024 2024-01-03 20:49:05 -05:00
proc.c Update copyright for 2024 2024-01-03 20:49:05 -05:00
relation.c Update copyright for 2024 2024-01-03 20:49:05 -05:00
schema.c Update copyright for 2024 2024-01-03 20:49:05 -05:00
selinux.c Update copyright for 2024 2024-01-03 20:49:05 -05:00
sepgsql-regtest.te Update sepgsql to add mandatory access control for TRUNCATE 2019-11-23 10:46:44 -05:00
sepgsql.h Update copyright for 2024 2024-01-03 20:49:05 -05:00
sepgsql.sql.in sepgsql_setcon(). 2012-03-15 16:08:40 -04:00
test_sepgsql Update sepgsql to add mandatory access control for TRUNCATE 2019-11-23 10:46:44 -05:00
uavc.c Pre-beta mechanical code beautification. 2024-05-14 16:34:50 -04:00