Re: [INTERFACES] Table or not table ?

Поиск
Список
Период
Сортировка
От Ivo Simicevic
Тема Re: [INTERFACES] Table or not table ?
Дата
Msg-id 19991213183143.B1280@ultra.hr
обсуждение исходный текст
Ответ на Table or not table ?  (Edouard DESSIOUX <edx@intrinsec.com>)
Список 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 по дате отправления:

Предыдущее
От: "Kelvin O. Lim"
Дата:
Сообщение: access97-Recordset not updatable
Следующее
От: pawel
Дата:
Сообщение: ecpg precompilation error