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


you can find it throuh a query like this


select tablename from pg_tables where tablename = 'tbl_updated_status_master';

regards:

Anoop

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