Search Postgresql Archives

plpython bug

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



          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

---------------------------(end of broadcast)---------------------------
TIP 8: explain analyze is your friend

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Postgresql Jobs]     [Postgresql Admin]     [Postgresql Performance]     [Linux Clusters]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Books]     [PHP Databases]     [Postgresql & PHP]     [Yosemite]
  Powered by Linux