Re: ALTER TABLE ... NOREWRITE option

From: John R Pierce <pierce(at)hogranch(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Re: ALTER TABLE ... NOREWRITE option
Date: 2012-12-05 09:46:11
Message-ID: 50BF17E3.90406@hogranch.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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?

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Simon Riggs 2012-12-05 09:50:12 Re: [BUGS] PITR potentially broken in 9.2
Previous Message Simon Riggs 2012-12-05 09:42:12 Re: ALTER TABLE ... NOREWRITE option