Re: pgsql: Allow CREATE TABLE IF EXIST so succeed if the schema is nonexist

From: Jaime Casanova <jaime(at)2ndquadrant(dot)com>
To: Bruce Momjian <bruce(at)momjian(dot)us>
Cc: pgsql-committers(at)postgresql(dot)org
Subject: Re: pgsql: Allow CREATE TABLE IF EXIST so succeed if the schema is nonexist
Date: 2013-01-26 18:30:53
Message-ID: CAJKUy5hXPw0wMB-bQWMRD1GnfFOiOQNRB7JEzqqq7stsgimUdw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

On Sat, Jan 26, 2013 at 1:24 PM, Bruce Momjian <bruce(at)momjian(dot)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

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2013-01-26 18:33:30 pgsql: Issue ERROR if FREEZE mode can't be honored by COPY
Previous Message Bruce Momjian 2013-01-26 18:24:55 pgsql: Allow CREATE TABLE IF EXIST so succeed if the schema is nonexist