check table existence...

From: "Moritz Bayer" <moritz(dot)bayer(at)googlemail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: check table existence...
Date: 2007-01-15 12:18:11
Message-ID: c244500b0701150418x32772717mafc290a72124f708@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Dear list,

I would like to create a function which gets a tablename and checks if the
specific table exists.The return value should be a bool.
Now I'm wondering how to do this the best way.

Any suggestions?

kind regards and thanks in advance,

Moritz

Responses

Browse pgsql-general by date

  From Date Subject
Next Message A. Kretschmer 2007-01-15 12:34:34 Re: check table existence...
Previous Message Alan T. Miller 2007-01-15 12:06:55 Persistent connections in PHP with PDO