Re: What is best way to query presence of a table - Mailing list pgsql-general

From Jochem van Dieten
Subject Re: What is best way to query presence of a table
Date
Msg-id 3E14F417.5050705@oli.tudelft.nl
Whole thread Raw
In response to What is best way to query presence of a table  (Medi Montaseri <medi.montaseri@intransa.com>)
List pgsql-general
 > Subject: What is best way to query presence of a table
 > From: Medi Montaseri <medi.montaseri@intransa.com>
 > Date: Thu, 02 Jan 2003 16:45:37 -0800
 > To: pgsql-general <pgsql-general@postgresql.org>
 >
 > What is the best way to query presence of a table

 > I'd like to solve this such that I'm protected from internal changes
 > within PG.

You might want to grab the INFORMATION_SCHEMA patch from the current
source (src/backend/catalog) and apply that (after removing the check
constraint on the domain, I think it is not implemented in 7.3). That
would give you a method that should be safe for the future and portable
to other databases.

Jochem


pgsql-general by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: ODBC - adding missing FROM clause entry
Next
From: Sergei Levchenko
Date:
Subject: MOVE ABSOLUTE num FROM my_cursor