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

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: Jaime Casanova <jaime(at)2ndquadrant(dot)com>
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:39:16
Message-ID: 20130126183916.GE9274@momjian.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)momjian(dot)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(at)momjian(dot)us> http://momjian.us
EnterpriseDB http://enterprisedb.com

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

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2013-01-26 18:47:54 pgsql: Update LookupExplicitNamespace() comments; commit message updat
Previous Message Bruce Momjian 2013-01-26 18:33:30 pgsql: Issue ERROR if FREEZE mode can't be honored by COPY