schema-qualified SET CONSTRAINTS - Mailing list pgsql-patches

From Kris Jurka
Subject schema-qualified SET CONSTRAINTS
Date
Msg-id Pine.BSO.4.63.0604101902450.24976@leary2.csoft.net
Whole thread Raw
Responses Re: schema-qualified SET CONSTRAINTS  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: schema-qualified SET CONSTRAINTS  (Bruce Momjian <pgman@candle.pha.pa.us>)
Re: schema-qualified SET CONSTRAINTS  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-patches
The attached patch allows SET CONSTRAINTS to take a schema qualified
constraint name (myschema.t1_fk_t2) and when given a bare constraint name
it uses the search_path to determine the matching constraint instead of
the previous behavior of disabling all identically named constraints.

Kris Jurka

Attachment

pgsql-patches by date:

Previous
From: Tom Lane
Date:
Subject: Re: [WIP] Add relminxid column to pg_class
Next
From: Dhanaraj M - Sun Microsystems
Date:
Subject: Patch for bug #2073 (Can't drop sequence when created via SERIAL column)