]> granicus.if.org Git - postgresql/commit
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)
commita5bd1d357a417679421bd2deb031a644b489bdfe
treebc9773b35941fdc373d7a2f93164b5e7b9d064c9
parentd9cb48786ee84c27dc20e3aed92bb1f1cadf95c3
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