]> granicus.if.org Git - postgresql/commit
Log ALTER SYSTEM statements as DDL
authorStephen Frost <sfrost@snowman.net>
Tue, 23 Sep 2014 00:50:17 +0000 (20:50 -0400)
committerStephen Frost <sfrost@snowman.net>
Tue, 23 Sep 2014 00:50:17 +0000 (20:50 -0400)
commit43bed84c320443ee7247f7ca8d609640651aab93
treec7f31211dfbc803b46db991d77b80440db3d9fb0
parent6ef8c658af2127f4e62cb24feade8b465c9e2fea
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.
src/backend/tcop/utility.c