aws / pg_tle

Framework for building trusted language extensions for PostgreSQL
Apache License 2.0
337 stars 30 forks source link

ALTER SYSTEM is not supported in AWS RDS Postgres #239

Closed mgoldenbe closed 1 year ago

mgoldenbe commented 1 year ago

I am on AWS RDS with Postgres version 15.4 instance. As per the installation instructions, I did:

\c mydb postgres
ALTER SYSTEM SET shared_preload_libraries TO 'rdsutils', 'pg_stat_statements', 'pg_tle';

I get the error:

ERROR:  ALTER SYSTEM command is not supported
jim-mlodgenski commented 1 year ago

Please check "Method #3" in the documentation about installing pg_tle on RDS
https://github.com/aws/pg_tle/blob/main/docs/01_install.md