Re: pg_get_constraintdef patch #2 - Mailing list pgsql-patches

From Bruce Momjian
Subject Re: pg_get_constraintdef patch #2
Date
Msg-id 200302130510.h1D5Ak401704@candle.pha.pa.us
Whole thread Raw
In response to pg_get_constraintdef patch #2  ("Christopher Kings-Lynne" <chriskl@familyhealth.com.au>)
List pgsql-patches
Patch applied.  Thanks.

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


Christopher Kings-Lynne wrote:
> Hi,
>
> This patch supercedes the previous version.  Apply this instead of the
> previous version.
>
> This patch makes pg_get_constraintdef support UNIQUE, PRIMARY KEY and CHECK
> constraints.
>
> There are apparently no other types of constraint in pg_constraint, so now
> all bases are covered.  Also, this patch assumes that consrc for a CHECK
> constraint is always bracketed so that it's not necessary to add extra
> brackets.
>
> Chris

[ Attachment, skipping... ]

>
> ---------------------------(end of broadcast)---------------------------
> TIP 2: you can get off all lists at once with the unregister command
>     (send "unregister YourEmailAddressHere" to majordomo@postgresql.org)

--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 359-1001
  +  If your life is a hard drive,     |  13 Roberts Road
  +  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073

pgsql-patches by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: targetlist functions part 1 (was [HACKERS] targetlist
Next
From: Bruce Momjian
Date:
Subject: Re: ALTER TABLE .. SET WITHOUT OIDS -- ROUND 2