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

From: neilc(at)svr1(dot)postgresql(dot)org (Neil Conway)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: This patch makes \d on tables and views sort fk constraints,
Date: 2005-03-16 23:52:19
Message-ID: 20050316235219.27FB5565F9@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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)

Browse pgsql-committers by date

  From Date Subject
Next Message Neil Conway 2005-03-17 00:22:25 pgsql: Add a reference to the documentation on alternate index operator
Previous Message Bruce Momjian 2005-03-16 22:59:42 pgsql: Force initdb cause of encoding additions.