About get_relation_constraints and include_notnull

Поиск
Список
Период
Сортировка
От Amit Langote
Тема About get_relation_constraints and include_notnull
Дата
Msg-id 569734A3.9010305@lab.ntt.co.jp
обсуждение исходный текст
Ответы Re: About get_relation_constraints and include_notnull  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
Why does the argument include_notnull argument exist if
get_relation_constraints() is being called from only one place? Perhaps we
could remove it and add the IS NOT NULL test expression unconditionally if
there are any NOT NULL columns.

Thanks,
Amit





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

Предыдущее
От: Michael Paquier
Дата:
Сообщение: Removing service-related code in pg_ctl for Cygwin
Следующее
От: Ashutosh Bapat
Дата:
Сообщение: Re: FDW join pushdown and scanclauses