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

From: Christopher Kings-Lynne <chriskl(at)familyhealth(dot)com(dot)au>
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-10-17 01:34:43
Message-ID: 3F8F4733.2080700@familyhealth.com.au
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

> 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.

You have actually technically done more than just fix the bug. Because
you are passing in 'true' as the second parameter to
pg_get_constraintdef, you've enabled the 'pretty print' option... I'm
not sure it's that big a thing though...

Chris

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2003-10-17 01:41:44 Re: pgsql-server/src/bin/psql describe.c
Previous Message Tom Lane 2003-10-17 01:14:26 pgsql-server/ oc/src/sgml/perform.sgml oc/src/ ...