Questions tagged [postgres-plpython]
16 questions
0
votes
1 answer
Simple PLPythonu function not visible
I'm working with PLPython3u in Postgres 9.6. I have installed the extra package under Ubuntu and this code runs:
response = db.query([[
CREATE or REPLACE FUNCTION bytea_import() RETURNS void as $$
print("foo")
$$ LANGUAGE plpython3u;
…

timbo
- 13,244
- 8
- 51
- 71