From: | Dean Rasheed <dean(dot)a(dot)rasheed(at)gmail(dot)com> |
---|---|
To: | Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com> |
Cc: | Robert Haas <robertmhaas(at)gmail(dot)com>, 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-27 09:57:17 |
Message-ID: | CAEZATCUXOXfUDoJeLa8sxDgFxt=vSBph0HRyEKpYtzuwjXDO5g@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
On 23 January 2012 20:14, Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com> wrote:
> 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
>
I just noticed this copy-and-paste error in the ALTER FOREIGN TABLE docs:
IF EXISTS:
Do not throw an error if the sequence does not exist. A notice is issued
in this case.
That should be "foreign table" not "sequence".
Regards,
Dean
From | Date | Subject | |
---|---|---|---|
Next Message | Cédric Villemain | 2012-01-27 10:19:01 | Re: Inline Extension |
Previous Message | Peter van Hardenberg | 2012-01-27 09:46:50 | Re: Inline Extension |