Re: BUG #11350: ALTER SYSTEM is not DDL?

From: Craig Ringer <craig(at)2ndquadrant(dot)com>
To: Amit Kapila <amit(dot)kapila16(at)gmail(dot)com>, Stephen Frost <sfrost(at)snowman(dot)net>
Cc: katsumata(dot)tomonari(at)po(dot)ntts(dot)co(dot)jp, PostgreSQL Bugs <pgsql-bugs(at)postgresql(dot)org>
Subject: Re: BUG #11350: ALTER SYSTEM is not DDL?
Date: 2014-09-19 04:19:24
Message-ID: 541BAECC.9020507@2ndquadrant.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

On 09/05/2014 08:32 PM, Amit Kapila wrote:
>
> and Alter System affects at system level, both of these can't
> be considered as DDL, may be a separate category.

Like CREATE USER / CREATE ROLE / CREATE DATABASE ?

All those are logged as DDL.

Sure, you could separate them, but what real world benefit would that offer?

--
Craig Ringer http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Training & Services

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Amit Kapila 2014-09-19 07:20:24 Re: BUG #11350: ALTER SYSTEM is not DDL?
Previous Message Maxim Boguk 2014-09-18 11:34:07 Re: BUG #11441: Weird (and seems wrong) behavior of partial indexes with order by/limit