Re: [INTERFACES] Table or not table ? - Mailing list pgsql-interfaces

From Ivo Simicevic
Subject Re: [INTERFACES] Table or not table ?
Date
Msg-id 19991213183143.B1280@ultra.hr
Whole thread Raw
In response to Table or not table ?  (Edouard DESSIOUX <edx@intrinsec.com>)
List pgsql-interfaces
On Mon, Dec 13, 1999 at 05:23:59PM +0100, Edouard DESSIOUX wrote:
> Hello
> 
> I wanted to be sure that a table exist before
> making a request such as "select * from $table"
> because it display something like 
> 
> Warning: PostgresSQL query failed: 
> ERROR: prout: Table does not exist. in
> /www/dooz.corp.intrinsec.com/tableau.php3 on line 15
> 
> Does anyone know what i could do to verify that
> the table exist, or help to disable error messages
> on web pages ?
> 
> Bye
> 
> -- 

Try

select * from pg_tables where tablename="wanted_table";

Ivo.


pgsql-interfaces by date:

Previous
From: "Kelvin O. Lim"
Date:
Subject: access97-Recordset not updatable
Next
From: pawel
Date:
Subject: ecpg precompilation error