Require Language In PostgreSQL Extension Control File
1
vote
0
answers
221
views
I'm developing a custom extension that uses plpythonu in several functions. I'd like to be able to require that plpythonu be installed in order to create my extension, but I don't see anything in the documentation about requiring a language via the control file.
I tried adding plpythonu to the 'requires' statement in the control file but it looks for an extension named plpythonu rather than the language.
Can this be done?
Asked by spencerrecneps
(373 rep)
Sep 15, 2015, 01:18 AM
Last activity: Sep 28, 2016, 01:15 PM
Last activity: Sep 28, 2016, 01:15 PM