pgsql: This patch makes \d on tables and views sort fk constraints, - Mailing list pgsql-committers

From neilc@svr1.postgresql.org (Neil Conway)
Subject pgsql: This patch makes \d on tables and views sort fk constraints,
Date
Msg-id 20050316235219.27FB5565F9@svr1.postgresql.org
Whole thread Raw
List pgsql-committers
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)

pgsql-committers by date:

Previous
From: momjian@svr1.postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Force initdb cause of encoding additions.
Next
From: neilc@svr1.postgresql.org (Neil Conway)
Date:
Subject: pgsql: Add a reference to the documentation on alternate index operator