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)
commit13fc2e4df8fb0cbdf1d004f64c6e1bd059459b5c
tree841d5a079ed80023086792d0f7b15bff232727ed
parent88dd4b0a0d3d12605ded082e85693c7f0b5c4c2d
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