Re: Order of enforcement of CHECK constraints? - Mailing list pgsql-hackers

From Peter Geoghegan
Subject Re: Order of enforcement of CHECK constraints?
Date
Msg-id CAM3SWZREiTT50PjG8EJT88FuNyKEWMumfk-UO1TFpmoEfx8+3w@mail.gmail.com
Whole thread Raw
In response to Order of enforcement of CHECK constraints?  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: Order of enforcement of CHECK constraints?  (Fabrízio de Royes Mello <fabriziomello@gmail.com>)
List 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 by date:

Previous
From: Tom Lane
Date:
Subject: Order of enforcement of CHECK constraints?
Next
From: Stephen Frost
Date:
Subject: Re: Order of enforcement of CHECK constraints?