Fix postgresql.conf lexer to accept doubled single quotes in literal
authorTom Lane <tgl@sss.pgh.pa.us>
Wed, 21 Sep 2005 20:33:34 +0000 (20:33 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Wed, 21 Sep 2005 20:33:34 +0000 (20:33 +0000)
commite4e7ccf34537af09e5b23543897478aaa2a7c87a
treeacbba76da4f13bc173b25219de5f6deba65de700
parentf4c1144897434dc978ceae1307c6f4e48e1add00
Fix postgresql.conf lexer to accept doubled single quotes in literal
strings.  This is consistent with SQL conventions, and since Bruce
already changed initdb in a way that assumed it worked like this, seems
we'd better make it work like this.
doc/src/sgml/config.sgml
src/backend/utils/misc/guc-file.l