psql backward compatibility fix
commit196b3d50335e05224f412169d52541d62a3f71e1
authorpetere <petere>
Tue, 7 Jul 2009 20:32:20 +0000 (7 20:32 +0000)
committerpetere <petere>
Tue, 7 Jul 2009 20:32:20 +0000 (7 20:32 +0000)
treef45d9895072ac28cbbe57e6f5534abf1ba9b8da7
parentbb1ee5351b790e8ebeb9355f9ede9e997dbdd86d
psql backward compatibility fix

For servers older than 8.3, sort display of child tables by relname instead
of oid::regclass::text, because the cast from regclass to text did not work
back then.  The older display may be slightly worse when different schemas
are involved, but that should be rare enough.
src/bin/psql/describe.c