May be this would be the cause of you issue: http://www.postgresql.org/docs/9.2/static/plpython-python23.html It is not allowed to use PL/Python based on Python 2 and PL/Python based on Python 3 in the same session, because the symbols in the dynamic modules would clash, which could result in crashes of the PostgreSQL server process. There is a check that prevents mixing Python major versions in a session, which will abort the session if a mismatch is detected. It is possible, however, to use both PL/Python variants in the same database, from separate sessions. On 31.03.2016 12:53, margrit drescher
wrote:
-- Alex Ignatov Postgres Professional: http://www.postgrespro.com The Russian Postgres Company |