ankane / dexter

The automatic indexer for Postgres
MIT License
1.9k stars 47 forks source link

Add support for setting use_real_oids=on for hypopg extension #57

Open netum-jouko opened 2 months ago

netum-jouko commented 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.