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

From Christopher Kings-Lynne
Subject Re: pgsql-server/src/bin/psql describe.c
Date
Msg-id 3F8F4733.2080700@familyhealth.com.au
Whole thread Raw
In response to pgsql-server/src/bin/psql describe.c  (tgl@svr1.postgresql.org (Tom Lane))
Responses Re: pgsql-server/src/bin/psql describe.c  (Tom Lane <tgl@sss.pgh.pa.us>)
List 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



pgsql-committers by date:

Previous
From: tgl@svr1.postgresql.org (Tom Lane)
Date:
Subject: pgsql-server/ oc/src/sgml/perform.sgml oc/src/ ...
Next
From: Tom Lane
Date:
Subject: Re: pgsql-server/src/bin/psql describe.c