]> 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:22:04 +0000 (22:22 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 7 Oct 2006 22:22:04 +0000 (22:22 +0000)
commit4e66f619b0cacd5179abad0513bcf6b122fbad02
tree62a9f3f5aceca39d319cf04d8dd93ff705d1f4ae
parent152dbad1ebb7de61353f3ddbec0693e35cb24333
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