Re: Test if a table is present

From: "Anoop G" <anoopmadavoor(at)gmail(dot)com>
To: "Ole Ekerhovd" <olehare(at)online(dot)no>
Cc: pgsql-sql(at)postgresql(dot)org
Subject: Re: Test if a table is present
Date: 2008-07-26 05:33:26
Message-ID: 1a027d210807252233u50305c59r2921ad4db1f78c18@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

you can find it throuh a query like this

select tablename from pg_tables where tablename =
'tbl_updated_status_master';

regards:

Anoop

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Volkan YAZICI 2008-07-26 05:48:11 Re: Test if a table is present
Previous Message Ole Ekerhovd 2008-07-26 05:24:55 Test if a table is present