I'm thinking of how I can implement out-DB rasters in pgAdmin. When I went over the documentation provided here, I was stumped at the part where it tells me to
SET postgis.enable_outdb_rasters = true; SET postgis.gdal_enabled_drivers TO 'ENABLE_ALL';
When I typed this in my psql shell, it says ERROR: permission denied to set parameter "postgis.gdal_enabled_drivers" I am logged in with rds_superuser priveleges. Can someone tell me how to grant my user this permission?