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.

  • https://stackoverflow.com/questions/26091390/postgresql-how-to-install-plpythonu-extension – Jim Jones May 08 '18 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. – Šemeš Roškovanul May 08 '18 at 11:27

1 Answers1

0

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

For the list of available extensions, see here:

Chris Snow
  • 23,813
  • 35
  • 144
  • 309