Re: dropping non-existent tables

From: mark reid <pgsql(at)markreid(dot)org>
To: "Walsh, Richard (Richard)" <richardwalsh(at)avaya(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: dropping non-existent tables
Date: 2005-07-26 17:22:50
Message-ID: 42E6716A.7020902@markreid.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hello,

You can use the information_schema.* tables, which are part of the SQL
standard (and thus not proprietary).

-Mark.

Walsh, Richard (Richard) wrote:

> Hi,
> I have a problem in that I need to drop non-existent tables in a DDL
> script. This is in order that the script can re-build a database
> schema if the tables already exist. However, in Postgres this is
> proving to be a problem because if the table does not exist then the
> DDL execution will stop once it gets an error. I know that I can
> create a custom function that will check the relevant postGres table
> to see if the table already exists, but I don't want to do this as I
> would like to keep the DDL as non-proprietary as possible. Anyone any
> ideas on a work-around for this problem that does not involve creating
> a custom function.
> thanks,
> Richie.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Richard Huxton 2005-07-26 17:25:56 Budget battery-backed ramdisk (Gigabyte i-RAM)
Previous Message Frank L. Parks 2005-07-26 16:55:23 Re: transaction timeout