pgsql: Fix initdb to properly escape quotes and backslashes in the

Поиск
Список
Период
Сортировка
От tgl@postgresql.org (Tom Lane)
Тема pgsql: Fix initdb to properly escape quotes and backslashes in the
Дата
Msg-id 20060527180706.EF0C99FA7B6@postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Fix initdb to properly escape quotes and backslashes in the supplied
superuser password, and also in the paths of the various files it issues
SQL COPY commands for.  Per bug #2424.

Modified Files:
--------------
    pgsql/src/bin/initdb:
        initdb.c (r1.115 -> r1.116)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/initdb/initdb.c.diff?r1=1.115&r2=1.116)

В списке pgsql-committers по дате отправления:

Предыдущее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Re-introduce the yylex filter function formerly used to support
Следующее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Fix initdb to properly escape quotes and backslashes in the