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-01-15 17:50:46
Message-ID: 200301151750.h0FHok027380@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches


Your patch has been added to the PostgreSQL unapplied patches list at:

http://momjian.postgresql.org/cgi-bin/pgpatches

I will try to apply it within the next 48 hours.

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

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 Tom Lane 2003-01-15 19:50:36 Re: implement EXPLAIN EXECUTE
Previous Message Neil Conway 2003-01-15 17:26:44 Re: implement EXPLAIN EXECUTE