Re: Check if table exists

Поиск
Список
Период
Сортировка
От Richard Huxton
Тема Re: Check if table exists
Дата
Msg-id 41C2D354.6020007@archonet.com
обсуждение исходный текст
Ответ на Check if table exists  ("ON.KG" <skyer@on.kg>)
Ответы Re: Check if table exists
Список pgsql-general
ON.KG wrote:
> Hi ALL!
>
> I need to check before selection records from table - does this table
> exist
> How can i do that?

You could:
1. Look in the INFORMATION_SCHEMA
2. Check pg_class
3. Examine the output of "psql -E", \d to see how psql gets its information.

--
   Richard Huxton
   Archonet Ltd

В списке pgsql-general по дате отправления:

Предыдущее
От: "ON.KG"
Дата:
Сообщение: Check if table exists
Следующее
От: Richard_D_Levine@raytheon.com
Дата:
Сообщение: Re: pl/pgsql oddity