Re: Checking for table existence - Mailing list pgsql-sql

From Hans-Juergen Schoenig
Subject Re: Checking for table existence
Date
Msg-id 3BA315C2.DBC51E25@bachata.cybertec.at
Whole thread Raw
In response to Checking for table existence  ("Julester" <cubalibr@optonline.net>)
List pgsql-sql
Simply look it up in the system tables:

SELECT * FROM pg_class WHERE relname='mydata';
   Hans



pgsql-sql by date:

Previous
From: "Josh Berkus"
Date:
Subject: Re: I could do with some guidance
Next
From: "Julester"
Date:
Subject: Checking for table existence