Re: Order of enforcement of CHECK constraints?

Поиск
Список
Период
Сортировка
От Peter Geoghegan
Тема Re: Order of enforcement of CHECK constraints?
Дата
Msg-id CAM3SWZREiTT50PjG8EJT88FuNyKEWMumfk-UO1TFpmoEfx8+3w@mail.gmail.com
обсуждение исходный текст
Ответ на Order of enforcement of CHECK constraints?  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: Order of enforcement of CHECK constraints?  (Fabrízio de Royes Mello <fabriziomello@gmail.com>)
Список pgsql-hackers
On Fri, Mar 20, 2015 at 12:15 PM, Tom Lane <tgl@sss.pgh.pa.us> wrote:
> We could fix it by, say, having CheckConstraintFetch() sort the
> constraints by name after loading them.


What not by OID, as with indexes? Are you suggesting that this would
become documented behavior?

-- 
Peter Geoghegan



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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Order of enforcement of CHECK constraints?
Следующее
От: Stephen Frost
Дата:
Сообщение: Re: Order of enforcement of CHECK constraints?