psql backward compatibility fix
authorPeter Eisentraut <peter_e@gmx.net>
Tue, 7 Jul 2009 20:32:20 +0000 (20:32 +0000)
committerPeter Eisentraut <peter_e@gmx.net>
Tue, 7 Jul 2009 20:32:20 +0000 (20:32 +0000)
commitb34f6ab80474da3c64b4d70f0e57e544275b67df
tree6daa24c90678210f5265c0980eae33d780a813c7
parentba3fb57d8171e7d0d0e27942f6ce8ae364c8d87a
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