Fix two error-recovery bugs in describeOneTableDetails(), and make the code
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 3 Nov 2008 19:08:56 +0000 (19:08 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 3 Nov 2008 19:08:56 +0000 (19:08 +0000)
commite787a2c87147773f4c24906093782892463352b7
treec461cfe93c8e2146d33a425bfedecdb3958d6c7c
parent52af005e8b029133455addd9a9d5ec85ddbad9c0
Fix two error-recovery bugs in describeOneTableDetails(), and make the code
to dump sequence values cope with sequences outside the search path and/or
having names that need quoting.  No back-patch needed because these are new
problems in 8.4.

Kris Jurka  (also a little bit of code beautification by tgl)
src/bin/psql/describe.c