Re: schema-qualified SET CONSTRAINTS - Mailing list pgsql-patches

From Bruce Momjian
Subject Re: schema-qualified SET CONSTRAINTS
Date
Msg-id 200604270034.k3R0YsH02869@candle.pha.pa.us
Whole thread Raw
In response to schema-qualified SET CONSTRAINTS  (Kris Jurka <books@ejurka.com>)
List pgsql-patches
Patch applied.  Thanks.  I also updated our SGML documentation:

    The current schema search path is used to find the first matching name
    if no schema name is specified.

---------------------------------------------------------------------------


Kris Jurka wrote:
>
> 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

Content-Description:

[ Attachment, skipping... ]

--
  Bruce Momjian   http://candle.pha.pa.us
  EnterpriseDB    http://www.enterprisedb.com

  + If your life is a hard drive, Christ can be your backup. +

pgsql-patches by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: pgstat: delayed write of stats file
Next
From: Bruce Momjian
Date:
Subject: Re: [PATCH] Remove useless DH param code on client side