1

Good time of the day, wanted to ask if someone knows what is the way to install PostgreSQL extensions (to be exact, pl/r and pl/python) on IBM Bluemix cloud? I am running compose-postgresql database there and when I issue postgresql query such as 'create extension plpythonu' I get an error: 'ERROR: could not open extension control file "/usr/local/postgres/9.6.6/share/extension/plpythonu.control": No such file or directory'. The same with pl/r. Would be gratefull if someone helps.

2
  • stackoverflow.com/questions/26091390/… Commented May 8, 2018 at 11:17
  • thanks Jim, however I don't think in that bluemix cloud I have direct access to the file system. it can be through some addition configuration, processing directives or something such. Commented May 8, 2018 at 11:27

1 Answer 1

0

I don't believe those extensions are available on Compose Postgres.

For the list of available extensions, see here:

Sign up to request clarification or add additional context in comments.

3 Comments

Thank you very much, Chris! You have resolved the question.
I have pressed, but ,unfortunately, I don't have enough reputation since I am a newly registered :( They say I need to have at least 15 reputation scores to up/down vote.
Np. Thanks anyway!

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.