From: | Adrian von Bidder <avbidder(at)fortytwo(dot)ch> |
---|---|
To: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: non intuitive behaviour of DROP TABLE IF EXISTS |
Date: | 2010-03-07 10:44:19 |
Message-ID: | 201003071144.24918@fortytwo.ch |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
On Sunday 07 March 2010 02.49:29 Bruce Momjian wrote:
> Manlio Perillo wrote:
> > I think the following behaviour is not intuitive:
> >
> > manlio=> DROP TABLE IF EXISTS foo.bar;
> > ERROR: schema "foo" does not exist
> >
> > The statement should not fail if the schema does not exist
>
> Hmm. Well, it says TABLE IF EXISTS, not TABLE AND SCHEMA IF EXISTS.
> ;-)
>
> Not sure if it makes sense to change it.
I tend to agree with Manlio from an end user perspective. It's a case of
"do not feed the elephant". Seeing this sign, what do you do if there is no
elephant around? "Do not feed the elephant in the cage" doesn't change the
situation if there is neither elephant nor cage... :-)
(Obviously from a developer perspective, I appreciate you might need extra
code to not fail on resolving non-existing schemas. And I guess this is not
a very high priority issue...)
cheers
-- vbi
(Trivia quiz: name the book)
--
this email is protected by a digital signature: http://fortytwo.ch/gpg
From | Date | Subject | |
---|---|---|---|
Next Message | Devrim GÜNDÜZ | 2010-03-07 10:48:53 | Re: compare two schemas |
Previous Message | AI Rumman | 2010-03-07 10:40:44 | compare two schemas |