plpython bug

Поиск
Список
Период
Сортировка
От Mage
Тема plpython bug
Дата
Msg-id 4278F4B9.8050107@mage.hu
обсуждение исходный текст
Ответы Re: plpython bug
Список pgsql-general
          Hello!

create or replace function trigger_keywords_maintain() returns trigger as $$
    return 'MODIFY'
$$ language plpythonu;

update table set id = id where id = 7

ERROR:  invalid input syntax for type timestamp: "2005-05-03
14:07:33,279213"

I see that Python's timestamp format is not accepted by postgresql.

       Mage

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