Thread: if exists (select * from ...

if exists (select * from ...

From
Christoph Haller
Date:
I've seen statements like this

if exists (select * from pg_tables where tablename = '<your table name
goes here')

several times on the list, but never managed to find out
which language resp. interface is supporting these.
Could anyone please give me a hint.

Regards, Christoph