Sample Header Ad - 728x90

Installing a language with Amazon RDS?

3 votes
2 answers
3525 views
I am using an instance of Postgres on RDS and I am trying to run: => create language plperlu; but I get: ERROR: must be superuser to create procedural language "plperlu" If I run: => grant rds_superuser to treex; NOTICE: role "treex" is already a member of role "rds_superuser" GRANT ROLE Is it actually possible to use perl extensions for Postgres on RDS or the only solution is creating a Docker instance with Postgres and Perl modules preinstalled?
Asked by Randomize (1203 rep)
Jul 16, 2017, 10:50 AM
Last activity: Jul 16, 2017, 10:45 PM