Re: SQL: how to find if a table exists? - Mailing list pgsql-general

From dima
Subject Re: SQL: how to find if a table exists?
Date
Msg-id 3D7CC3FC.4050609@mail.ru
Whole thread Raw
In response to SQL: how to find if a table exists?  (Jean-Christian Imbeault <totsubo2001@netscape.net>)
List pgsql-general
> Is there an SQL statement that will allow me to query a DB to see if a
> table exists?
select tablename from pg_tables?



pgsql-general by date:

Previous
From: Richard Huxton
Date:
Subject: Re: Creating tons of tables to support a query
Next
From: "Johnson, Shaunn"
Date:
Subject: Load sharing question