Thread: pgsql: Log ALTER SYSTEM statements as DDL

pgsql: Log ALTER SYSTEM statements as DDL

From
Stephen Frost
Date:
Log ALTER SYSTEM statements as DDL

Per discussion in bug #11350, log ALTER SYSTEM commands at the
log_statement=ddl level, rather than at the log_statement=all level.

Pointed out by Tomonari Katsumata.

Back-patch to 9.4 where ALTER SYSTEM was introduced.

Branch
------
REL9_4_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/fcfd7d26a2f99e99ad5bba6a982963dc3c9b0da0

Modified Files
--------------
src/backend/tcop/utility.c |    2 +-
1 file changed, 1 insertion(+), 1 deletion(-)