pgsql: Sort child tables by name instead of OID in \d+ display This was

From: petere(at)postgresql(dot)org (Peter Eisentraut)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Sort child tables by name instead of OID in \d+ display This was
Date: 2009-07-07 19:05:57
Message-ID: 20090707190557.69E5C75331E@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Sort child tables by name instead of OID in \d+ display

This was an oversight in the recent patch. Found by Tom Lane.

Modified Files:
--------------
pgsql/src/bin/psql:
describe.c (r1.221 -> r1.222)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/bin/psql/describe.c?r1=1.221&r2=1.222)

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2009-07-07 19:27:23 Re: pgsql: More sensible character_octet_length For character types with
Previous Message Tom Lane 2009-07-07 18:49:17 pgsql: Fix typo in comment.