Re: Dumb question: How do I determine programmatically

Поиск
Список
Период
Сортировка
От Andreas Pflug
Тема Re: Dumb question: How do I determine programmatically
Дата
Msg-id 3FFC5B3B.6020004@pse-consulting.de
обсуждение исходный текст
Ответ на Dumb question: How do I determine programmatically if a column is nullable?  ("Dann Corbit" <DCorbit@connx.com>)
Список pgsql-hackers
Dann Corbit wrote:

> What API call can I make to find out if a column is nullable or not?
>  

SELECT attnotnull FROM pg_attribute ...
see documentation "Internals/System Catalogs"

Regards,
Andreas




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

Предыдущее
От: "Dann Corbit"
Дата:
Сообщение: Dumb question: How do I determine programmatically if a column is nullable?
Следующее
От: Neil Conway
Дата:
Сообщение: Re: Bug in new buffer freelist code