pgsql: Domain support in PL/Python When examining what Python type to

Поиск
Список
Период
Сортировка
От petere@postgresql.org (Peter Eisentraut)
Тема pgsql: Domain support in PL/Python When examining what Python type to
Дата
Msg-id 20090814131221.C7E2F75331E@cvs.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Domain support in PL/Python

When examining what Python type to convert a PostgreSQL type to on input,
look at the base type of the input type, otherwise all domains end up
defaulting to string.

Modified Files:
--------------
    pgsql/src/pl/plpython:
        plpython.c (r1.124 -> r1.125)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/pl/plpython/plpython.c?r1=1.124&r2=1.125)

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

Предыдущее
От: maosen@pgfoundry.org (User Maosen)
Дата:
Сообщение: pgexternaltable - src:
Следующее
От: meskes@postgresql.org (Michael Meskes)
Дата:
Сообщение: pgsql: Made sure sqlca is reset for declare cursor in Informix mode as