Re: pg_get_constraintdef patch #2

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Christopher Kings-Lynne <chriskl(at)familyhealth(dot)com(dot)au>
Cc: Patches <pgsql-patches(at)postgresql(dot)org>
Subject: Re: pg_get_constraintdef patch #2
Date: 2003-02-13 05:10:46
Message-ID: 200302130510.h1D5Ak401704@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)postgresql(dot)org)

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

In response to

Browse pgsql-patches by date

  From Date Subject
Next Message Bruce Momjian 2003-02-13 05:19:52 Re: ALTER TABLE .. SET WITHOUT OIDS -- ROUND 2
Previous Message Bruce Momjian 2003-02-13 05:06:32 Re: targetlist functions part 1 (was [HACKERS] targetlist