Re: Patch to add support of "IF NOT EXISTS" to others "CREATE" statements

From: Heikki Linnakangas <hlinnakangas(at)vmware(dot)com>
To: <fabriziomello(at)gmail(dot)com>, Marti Raudsepp <marti(at)juffo(dot)org>
Cc: Robert Haas <robertmhaas(at)gmail(dot)com>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, "Stephen Frost" <sfrost(at)snowman(dot)net>, Michael Paquier <michael(dot)paquier(at)gmail(dot)com>, Peter Eisentraut <peter_e(at)gmx(dot)net>, Pgsql Hackers <pgsql-hackers(at)postgresql(dot)org>, Alvaro Herrera <alvherre(at)2ndquadrant(dot)com>, "[pgdg] Pavel Stehule" <pavel(dot)stehule(at)gmail(dot)com>
Subject: Re: Patch to add support of "IF NOT EXISTS" to others "CREATE" statements
Date: 2014-10-03 07:29:35
Message-ID: 542E505F.1030109@vmware.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 10/03/2014 05:38 AM, Fabrízio de Royes Mello wrote:
> On Thu, Oct 2, 2014 at 9:38 PM, Marti Raudsepp <marti(at)juffo(dot)org> wrote:
>> The documentation claims:
>> CREATE [ IF NOT EXISTS ] SEQUENCE name
>> But grammar implements it the other way around:
>> CREATE SEQUENCE IF NOT EXISTS name;
>
> You are correct. Fix attached.

Thanks, fixed.

- Heikki

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Heikki Linnakangas 2014-10-03 07:35:42 Re: How to make ResourceOwnerForgetBuffer() O(1), instead of O(N^2) scale
Previous Message Marko Tiikkaja 2014-10-03 07:17:28 Re: Patch to add support of "IF NOT EXISTS" to others "CREATE" statements