Re: CREATE SCHEMA IF NOT EXISTS - Mailing list pgsql-hackers

From David E. Wheeler
Subject Re: CREATE SCHEMA IF NOT EXISTS
Date
Msg-id 32D10431-F1A9-4F98-A23F-1D2CC15EFABB@justatheory.com
Whole thread Raw
In response to Re: CREATE SCHEMA IF NOT EXISTS  (Fabrízio de Royes Mello <fabriziomello@gmail.com>)
Responses Re: CREATE SCHEMA IF NOT EXISTS
List pgsql-hackers
On Aug 16, 2012, at 10:36 AM, Fabrízio de Royes Mello wrote:

> The attached patch implement this feature:
>
> CREATE SCHEMA [ IF NOT EXISTS ] schema_name [ AUTHORIZATION user_name ] [ schema_element [ ... ] ]
> CREATE SCHEMA [ IF NOT EXISTS ] AUTHORIZATION user_name [ schema_element [ ... ] ]
>
> Now, PostgreSQL don't trow an error if we use "IF NOT EXISTS" in "CREATE SCHEMA" statement.
>
> So, I don't know the next steps...

Awesome, thanks! Please add it to the next CommitFest:
 https://commitfest.postgresql.org/action/commitfest_view?id=15

Best,

David


pgsql-hackers by date:

Previous
From: Andrew Dunstan
Date:
Subject: Re: CREATE SCHEMA IF NOT EXISTS
Next
From: Fabrízio de Royes Mello
Date:
Subject: Re: CREATE SCHEMA IF NOT EXISTS