pgsql: Log ALTER SYSTEM statements as DDL

From: Stephen Frost <sfrost(at)snowman(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Log ALTER SYSTEM statements as DDL
Date: 2014-09-23 00:53:57
Message-ID: E1XWEMf-0005YJ-2Y@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/43bed84c320443ee7247f7ca8d609640651aab93

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

Browse pgsql-committers by date

  From Date Subject
Next Message Stephen Frost 2014-09-23 01:53:18 pgsql: Add unicode_*_linestyle to \? variables
Previous Message Stephen Frost 2014-09-23 00:22:51 pgsql: Process withCheckOption exprs in setrefs.c