Re: add column if doesn't exist

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: add column if doesn't exist
Дата
Msg-id 200509270216.05141.peter_e@gmx.net
обсуждение исходный текст
Ответ на add column if doesn't exist  ("Brandon Metcalf" <bmetcalf@nortel.com>)
Ответы Re: add column if doesn't exist  ("Brandon Metcalf" <bmetcalf@nortel.com>)
Список pgsql-sql
Brandon Metcalf wrote:
> Is there a way to check for the existence of a column in a table
> other than, say, doing a SELECT on that column name and checking the
> output?

SELECT * FROM information_schema.columns;

Customize to taste.

-- 
Peter Eisentraut
http://developer.postgresql.org/~petere/


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

Предыдущее
От: Michael Fuhr
Дата:
Сообщение: Re: Updating cidr column with network operator
Следующее
От: jeff sacksteder
Дата:
Сообщение: how to do 'deep queries'?