All Questions
Tagged with python postgresql-9.1
1 question
11
votes
2
answers
12k
views
Couldn't open extension control file plpython3u.control : No such file or directory
I want to have python3 in my postgresql database for writing stored procedures.
Being in the psql client, when I enter the command create extension plpython3u I get the error:
couldn't open ...