Thread: pgsql: This patch makes \d on tables and views sort fk constraints,

pgsql: This patch makes \d on tables and views sort fk constraints,

From
neilc@svr1.postgresql.org (Neil Conway)
Date:
Log Message:
-----------
This patch makes \d on tables and views sort fk constraints, triggers
and rules alphabetically in the output.  This makes it the same as
for indexes and stops the irritating random or reverse ordering it
currently has.

Chris KL

Modified Files:
--------------
    pgsql/src/bin/psql:
        describe.c (r1.112 -> r1.113)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/psql/describe.c.diff?r1=1.112&r2=1.113)