You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Improved the correctness and performance of col_type_is on Postgres 17 thanks to the introduction of the to_regtypemod() function.
Fix bug introduced in v1.3.2 where col_type_is throws an error when the type isn't in the search path. Thanks to Erik Wienhold for the PR (#332)!
Removed the reference to PGUnit from the docs, as the project seems to have disappeared. Also the link to the GitHub repo. Thanks to Vick Khera for the report (#333)!