Re: pgsql-server/src/bin/psql describe.c

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Tom Lane <tgl(at)svr1(dot)postgresql(dot)org>
Cc: pgsql-committers(at)postgresql(dot)org
Subject: Re: pgsql-server/src/bin/psql describe.c
Date: 2003-12-01 22:11:56
Message-ID: 200312012211.hB1MBuK08031@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers


Yes, this was the CHECK part applied by Tom to 7.4.

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

Tom Lane wrote:
> CVSROOT: /cvsroot
> Module name: pgsql-server
> Changes by: tgl(at)svr1(dot)postgresql(dot)org 03/10/16 21:57:04
>
> Modified files:
> src/bin/psql : describe.c
>
> Log message:
> Use pg_get_constraintdef() rather than pg_constraint.consrc; this is
> a portion of a patch recently submitted by Christopher Kings-Lynne.
> Applied by agreement that this is a bug fix.
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 5: Have you checked our extensive FAQ?
>
> http://www.postgresql.org/docs/faqs/FAQ.html
>

--
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-committers by date

  From Date Subject
Next Message Bruce Momjian 2003-12-01 22:14:41 pgsql-server/src/bin/psql command.c common.h c ...
Previous Message Bruce Momjian 2003-12-01 22:11:07 pgsql-server/src/bin/psql describe.c