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

From: Fabrízio de Royes Mello <fabrizio(at)timbira(dot)com(dot)br>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Re: Patch to add support of "IF NOT EXISTS" to others "CREATE" statements
Date: 2013-08-20 02:30:21
Message-ID: 5212D4BD.4000004@timbira.com.br
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 17-08-2013 18:10, Fabrízio de Royes Mello wrote:
> On 26-07-2013 23:31, Abhijit Menon-Sen wrote:
>> At 2013-07-26 10:39:00 +0200, karlikt(at)gmail(dot)com wrote:
>>>
>>> Hello, as I can see there are more inconsistent places.
>>
>> Right. This is what I was referring to in my original review. All of the
>> relevant sites (pre-patch) that currently do:
>>
>> [...]
>>
>
> Hi all,
>
> I'm sending, from the PGBR2013 (The Brazilian PostgreSQL Conference)
> [1], the second part of this patch to cover another CREATE statements:
>
> - CREATE SEQUENCE [ IF NOT EXISTS ]
> - CREATE DOMAIN [ IF NOT EXISTS ]
> - CREATE EVENT TRIGGER [ IF NOT EXISTS ]
>
> Soon I'll sent the third and final part to finish this patch.
>

Attached some doc fixes.

Regards,

--
Fabrízio de Royes Mello Timbira - http://www.timbira.com.br/
PostgreSQL: Consultoria, Desenvolvimento, Suporte 24x7 e Treinamento

Attachment Content-Type Size
create_if_not_exists_v7.patch text/x-patch 94.0 KB

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Amit Kapila 2013-08-20 02:51:49 Re: ALTER SYSTEM SET command to change postgresql.conf parameters (RE: Proposal for Allow postgresql.conf values to be changed via SQL [review])
Previous Message Stephen Frost 2013-08-20 01:30:33 Re: [PATCH] pg_sleep(interval)