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

Поиск
Список
Период
Сортировка
От tgl@svr1.postgresql.org (Tom Lane)
Тема pgsql: Fix postgresql.conf lexer to accept doubled single quotes in
Дата
Msg-id 20050921203334.CBFA4D9D9F@svr1.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: dpage@pgfoundry.org (User Dpage)
Дата:
Сообщение: psqlodbc - psqlodbc: Update multibyte encodings and mappings [Hiroshi
Следующее
От: jwp@pgfoundry.org (James William Pye)
Дата:
Сообщение: python - fe: os.getlogin is not portable.