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

From Bruce Momjian
Subject Re: pgsql: Allow CREATE TABLE IF EXIST so succeed if the schema is nonexist
Date
Msg-id 20130126183916.GE9274@momjian.us
Whole thread Raw
In response to Re: pgsql: Allow CREATE TABLE IF EXIST so succeed if the schema is nonexist  (Jaime Casanova <jaime@2ndquadrant.com>)
List pgsql-committers
On Sat, Jan 26, 2013 at 01:30:53PM -0500, Jaime Casanova wrote:
> 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?

Oh, yes.  DROP TABLE.  I needed to update some C comments anyway so I
added the correct in that commit message.  Thanks for the heads-up.

--
  Bruce Momjian  <bruce@momjian.us>        http://momjian.us
  EnterpriseDB                             http://enterprisedb.com

  + It's impossible for everything to be true. +


pgsql-committers by date:

Previous
From: Bruce Momjian
Date:
Subject: pgsql: Issue ERROR if FREEZE mode can't be honored by COPY
Next
From: Bruce Momjian
Date:
Subject: pgsql: Update LookupExplicitNamespace() comments; commit message updat