Re: pgsql: Allow CREATE TABLE IF EXIST so succeed if the schema is nonexist - Mailing list pgsql-committers

From Jaime Casanova
Subject Re: pgsql: Allow CREATE TABLE IF EXIST so succeed if the schema is nonexist
Date
Msg-id CAJKUy5hXPw0wMB-bQWMRD1GnfFOiOQNRB7JEzqqq7stsgimUdw@mail.gmail.com
Whole thread Raw
In response to pgsql: Allow CREATE TABLE IF EXIST so succeed if the schema is nonexist  (Bruce Momjian <bruce@momjian.us>)
Responses Re: pgsql: Allow CREATE TABLE IF EXIST so succeed if the schema is nonexist  (Bruce Momjian <bruce@momjian.us>)
List pgsql-committers
On Sat, Jan 26, 2013 at 1:24 PM, Bruce Momjian <bruce@momjian.us> wrote:
> Allow CREATE TABLE IF EXIST so succeed if the schema is nonexistent
>

you meant DROP TABLE IF EXISTS, right?

--
Jaime Casanova         www.2ndQuadrant.com
Professional PostgreSQL: Soporte 24x7 y capacitación
Phone: +593 4 5107566         Cell: +593 987171157


pgsql-committers by date:

Previous
From: Bruce Momjian
Date:
Subject: pgsql: Allow CREATE TABLE IF EXIST so succeed if the schema is nonexist
Next
From: Bruce Momjian
Date:
Subject: pgsql: Issue ERROR if FREEZE mode can't be honored by COPY