pgsql: Prevent the injection of invalidly encoded strings by PL/Python

Поиск
Список
Период
Сортировка
От petere@postgresql.org (Peter Eisentraut)
Тема pgsql: Prevent the injection of invalidly encoded strings by PL/Python
Дата
Msg-id 20100318194303.713ED7541D0@cvs.postgresql.org
обсуждение исходный текст
Ответы Re: pgsql: Prevent the injection of invalidly encoded strings by PL/Python
Список pgsql-committers
Log Message:
-----------
Prevent the injection of invalidly encoded strings by PL/Python into PostgreSQL
with a few strategically placed pg_verifymbstr calls.

Modified Files:
--------------
    pgsql/doc/src/sgml:
        plpython.sgml (r1.45 -> r1.46)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/plpython.sgml?r1=1.45&r2=1.46)
    pgsql/src/pl/plpython:
        plpython.c (r1.140 -> r1.141)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/pl/plpython/plpython.c?r1=1.140&r2=1.141)

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

Предыдущее
От: petere@postgresql.org (Peter Eisentraut)
Дата:
Сообщение: pgsql: Message style tuning
Следующее
От: petere@postgresql.org (Peter Eisentraut)
Дата:
Сообщение: pgsql: Also print the libpq error message when lo_create or lo_open