pgsql: Fix postgresql.conf lexer to accept doubled single quotes in - Mailing list pgsql-committers

From tgl@svr1.postgresql.org (Tom Lane)
Subject pgsql: Fix postgresql.conf lexer to accept doubled single quotes in
Date
Msg-id 20050921203334.CBFA4D9D9F@svr1.postgresql.org
Whole thread Raw
List 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)

pgsql-committers by date:

Previous
From: dpage@pgfoundry.org (User Dpage)
Date:
Subject: psqlodbc - psqlodbc: Update multibyte encodings and mappings [Hiroshi
Next
From: jwp@pgfoundry.org (James William Pye)
Date:
Subject: python - fe: os.getlogin is not portable.