Closed mgoldenbe closed 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
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
I am on AWS RDS with Postgres version 15.4 instance. As per the installation instructions, I did:
I get the error: