Re: ALTER TABLE ... NOREWRITE option

From: Simon Riggs <simon(at)2ndQuadrant(dot)com>
To: John R Pierce <pierce(at)hogranch(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: ALTER TABLE ... NOREWRITE option
Date: 2012-12-05 13:37:38
Message-ID: CA+U5nMLmOdSQWdOYt6Q2d+J+Qa8HNnnUZte+MznZZPYqgwqEKA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 5 December 2012 09:46, John R Pierce <pierce(at)hogranch(dot)com> wrote:
> 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?

Good question. Where would you like?

It needs to be per-session rather than global.

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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Ali Dar 2012-12-05 13:44:35 Review: Dumping an Extension's Script
Previous Message Gilles Fauvie 2012-12-05 13:37:33 Is ramdisk usefull ?