Make \d order a table's check constraints by constraint name instead
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 20 Oct 2005 05:15:09 +0000 (05:15 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 20 Oct 2005 05:15:09 +0000 (05:15 +0000)
commit22cd3f7aa4614ee70957f419b09df983af07af67
treeffd1a048dd7a45de6b0a02f362a323c09b7cbc9a
parentfc513cdaeaef955c7286ebdb79faa214bc7c924b
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.
src/bin/psql/describe.c