Open netum-jouko opened 2 months ago
This PR adds a fix for using the hypopg extension with AWS RDS Postgres databases. It sets the use_real_oids=on parameter for the current session, as required for the extension to function correctly.
use_real_oids=on
This PR adds a fix for using the hypopg extension with AWS RDS Postgres databases. It sets the
use_real_oids=on
parameter for the current session, as required for the extension to function correctly.