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

Lists: pgsql-committers
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
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)