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

From Fabrízio de Royes Mello
Subject Re: Order of enforcement of CHECK constraints?
Date
Msg-id CAFcNs+o3imT__FbKpjryRTKgVJ8tzcLLXRCzeaYzyS4ODd579Q@mail.gmail.com
Whole thread Raw
In response to Re: Order of enforcement of CHECK constraints?  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: Order of enforcement of CHECK constraints?
List pgsql-hackers

On Fri, Mar 20, 2015 at 4:37 PM, Tom Lane <tgl@sss.pgh.pa.us> wrote:
>
> Fabrízio de Royes Mello <fabriziomello@gmail.com> writes:
> > On Fri, Mar 20, 2015 at 4:19 PM, Peter Geoghegan <pg@heroku.com> wrote:
> >> 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?
>
> > I think they should be executed in alphabetical order like triggers.
>
> Yeah.  We already have a comparable, and documented, behavior for
> triggers, so if we're going to do anything about this I'd vote for
> sorting by name (or more specifically, by strcmp()).
>

Isn't better do this to read pg_constraint in name order?

-   conscan = systable_beginscan(conrel, ConstraintRelidIndexId, true,
+   conscan = systable_beginscan(conrel, ConstraintNameNspIndexId, true,

Regards,

--
Fabrízio de Royes Mello
Consultoria/Coaching PostgreSQL
>> Timbira: http://www.timbira.com.br
>> Blog: http://fabriziomello.github.io
>> Linkedin: http://br.linkedin.com/in/fabriziomello
>> Twitter: http://twitter.com/fabriziomello
>> Github: http://github.com/fabriziomello

pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: barnacle (running CLOBBER_CACHE_RECURSIVELY) seems stuck since November
Next
From: Jeff Janes
Date:
Subject: Re: Table-level log_autovacuum_min_duration