Re: schema-qualified SET CONSTRAINTS

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: schema-qualified SET CONSTRAINTS
Дата
Msg-id 200604270034.k3R0YsH02869@candle.pha.pa.us
обсуждение исходный текст
Ответ на schema-qualified SET CONSTRAINTS  (Kris Jurka <books@ejurka.com>)
Список 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 по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: pgstat: delayed write of stats file
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: [PATCH] Remove useless DH param code on client side