]> 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:50 +0000 (22:21 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 7 Oct 2006 22:21:50 +0000 (22:21 +0000)
commit536174382695ddea59482b4210a3dacfabd39bb9
tree86d718c047621ecf7e32bd04e9d1045611107d7b
parent704f8ea11c250b900e656ff6dc9ec3684c74afcd
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