improvement for version after the current one...

From: "Massa, Harald Armin" <chef(at)ghum(dot)de>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: improvement for version after the current one...
Date: 2009-05-08 11:43:09
Message-ID: e3e180dc0905080443neae4c18x346cd10fcd5955dc@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

hello,

pg_admin is creating the SQL for creating / dropping various database
objects.

I suggest that the DROP SQL is extended by "IF EXISTS" on objects that
support "if exists"

-- DROP TABLE otpflichtfeld;

the SQL in that pane would be

-- DROP TABLE IF EXISTS otpflichtfeld;

best wishes

Harald
--
GHUM Harald Massa
persuadere et programmare
Harald Armin Massa
Spielberger Straße 49
70435 Stuttgart
0173/9409607
no fx, no carrier pigeon
-
LASIK good, steroids bad?

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Sergey Burladyan 2009-05-09 04:38:21 problem with SVN Commit by hiroshi: r7562
Previous Message Dave Page 2009-05-08 07:43:12 Re: pgAdmin beta 3 crashes