]> granicus.if.org Git - postgresql/commit
Fix ancient oversight in psql's \d pattern processing code: when seeing two
authorTom Lane <tgl@sss.pgh.pa.us>
Sat, 7 Oct 2006 22:21:38 +0000 (22:21 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 7 Oct 2006 22:21:38 +0000 (22:21 +0000)
commit06290309622e3330b58ad5e07b194032649496ae
tree1713f59a807ac4dba28ddc89fbc702ce47548420
parent9ddbbe95fe4e32e86adc028800c848c74a132375
Fix ancient oversight in psql's \d pattern processing code: when seeing two
quote chars inside quote marks, should emit one quote *and stay in inquotes
mode*.  No doubt the lack of reports of this have something to do with the
poor documentation of the feature ...
src/bin/psql/describe.c