]> 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:57 +0000 (22:21 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 7 Oct 2006 22:21:57 +0000 (22:21 +0000)
commitd85820cfb2ca90929a799f873ba6f07f8a553846
tree885c378da2f7f6b609d38a7fe09e9584e40482b1
parent9cd5c4fca24206bca84ff323dbd8cf76df8dfa4c
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