perseas / Pyrseas

Provides utilities for Postgres database schema versioning.
https://perseas.github.io/
BSD 3-Clause "New" or "Revised" License
395 stars 67 forks source link

Column names are now all correctly qualified in Extension.query. #208

Closed declaresub closed 4 years ago

declaresub commented 4 years ago

System catalogs that previously had hidden oid columns now have ordinary oid columns in postgresql 12. Thus the oid column in the query required qualification.

Also, the query was selecting pg_roles.oid instead of pg_extension.oid.