Обсуждение: pgsql: Fix postgresql.conf lexer to accept doubled single quotes in

Поиск
Список
Период
Сортировка

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

От
tgl@svr1.postgresql.org (Tom Lane)
Дата:
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)