pgsql: Fix postgresql.conf lexer to accept doubled single quotes in

From: tgl(at)svr1(dot)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix postgresql.conf lexer to accept doubled single quotes in
Date: 2005-09-21 20:33:34
Message-ID: 20050921203334.CBFA4D9D9F@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
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.

Modified Files:
--------------
pgsql/doc/src/sgml:
config.sgml (r1.18 -> r1.19)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/config.sgml.diff?r1=1.18&r2=1.19)
pgsql/src/backend/utils/misc:
guc-file.l (r1.31 -> r1.32)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/misc/guc-file.l.diff?r1=1.31&r2=1.32)

Browse pgsql-committers by date

  From Date Subject
Next Message James William Pye 2005-09-21 20:45:37 python - fe: os.getlogin is not portable.
Previous Message User Dpage 2005-09-21 20:26:18 psqlodbc - psqlodbc: Update multibyte encodings and mappings [Hiroshi