Re: Test if a table is present - Mailing list pgsql-sql

From Anoop G
Subject Re: Test if a table is present
Date
Msg-id 1a027d210807252233u50305c59r2921ad4db1f78c18@mail.gmail.com
Whole thread Raw
In response to Test if a table is present  ("Ole Ekerhovd" <olehare@online.no>)
List pgsql-sql
<div dir="ltr"><br /><br />you can find it throuh a query like this <br /><br /><br />select tablename from pg_tables
wheretablename = 'tbl_updated_status_master';<br /><br />regards:<br /><br />Anoop<br /><br /></div> 

pgsql-sql by date:

Previous
From: "Ole Ekerhovd"
Date:
Subject: Test if a table is present
Next
From: Volkan YAZICI
Date:
Subject: Re: Test if a table is present