Re: patch: ALTER TABLE IF EXISTS

From: Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com>
To: Robert Haas <robertmhaas(at)gmail(dot)com>
Cc: Simon Riggs <simon(at)2ndquadrant(dot)com>, PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: patch: ALTER TABLE IF EXISTS
Date: 2012-01-23 20:14:14
Message-ID: CAFj8pRAqU8Xa2ZA7KWxiy+_9mzFR6uTnu=DCz7VYfJU7ghjU9w@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hello

2012/1/23 Robert Haas <robertmhaas(at)gmail(dot)com>:
> On Tue, Jan 3, 2012 at 2:49 PM, Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com> wrote:
>> jup, we can continue in enhancing step by step.
>>
>> I change a patch and now ALTER TABLE, ALTER INDEX, ALTER SEQUENCE and
>> ALTER VIEW has IF EXISTS clause
>
> ALTER FOREIGN TABLE should be parallel as well, I think.
>

refreshed + ALTER FOREIGN TABLE IF EXISTS ... support

Regards

Pavel

> --
> Robert Haas
> EnterpriseDB: http://www.enterprisedb.com
> The Enterprise PostgreSQL Company

Attachment Content-Type Size
alter_table_if_exists-120123-1.diff text/x-patch 52.0 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Eisentraut 2012-01-23 20:20:03 Re: JSON for PG 9.2
Previous Message A.M. 2012-01-23 20:00:38 Re: GUC_REPORT for protocol tunables was: Re: Optimize binary serialization format of arrays with fixed size elements