improvement for version after the current one... - Mailing list pgadmin-hackers

From Massa, Harald Armin
Subject improvement for version after the current one...
Date
Msg-id e3e180dc0905080443neae4c18x346cd10fcd5955dc@mail.gmail.com
Whole thread Raw
List 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?

pgadmin-hackers by date:

Previous
From: Dave Page
Date:
Subject: Re: pgAdmin beta 3 crashes
Next
From: Sergey Burladyan
Date:
Subject: problem with SVN Commit by hiroshi: r7562