]> 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:52:56 +0000 (20:52 -0400)
commitfcfd7d26a2f99e99ad5bba6a982963dc3c9b0da0
treef9a798dc83f292fe23d311afe9838803772ea640
parentc4bee09c0e1fc7fb2281ba1e125ab17c5e9a20e7
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