pgsql: Make \d order a table's check constraints by constraint name

From: tgl(at)svr1(dot)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Make \d order a table's check constraints by constraint name
Date: 2005-10-20 05:15:09
Message-ID: 20051020051509.42D22DA7FB@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Make \d order a table's check constraints by constraint name instead
of the text of the constraint condition. Per Chris K-L, though I didn't
use his patch exactly.

Modified Files:
--------------
pgsql/src/bin/psql:
describe.c (r1.127 -> r1.128)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/psql/describe.c.diff?r1=1.127&r2=1.128)

Browse pgsql-committers by date

  From Date Subject
Next Message User Am 2005-10-20 06:48:35 press - pr: Translated a bit more of the 8.1 release to romanian.
Previous Message User Aglio 2005-10-20 03:48:58 press - pr: Corrected two minor HTML typos, per Arthur Cesar