John R Pierce <pierce(at)hogranch(dot)com> writes:
> On 12/5/2012 1:42 AM, Simon Riggs wrote:
>> I think we need a parameter called
>>
>> schema_change_reporting = off (default) | on [USERSET]
>>
>> which displays relevant statistics/reports about the actions taken by
>> DDL statements. That will also highlight locks and the need to reduce
>> their lock levels.
> where does this get displayed? is it just tossed into the postgres log
> files?
And perhaps more to the point, what's the advantage compared to
good old "log_statement = ddl"?
regards, tom lane