fix: no schema privilege for schema cache

This was due to the usage of pg_get_serial_sequence
This commit is contained in:
steve-chavez
2023-04-27 19:27:09 -05:00
committed by Steve Chavez
parent 4fe696dd96
commit c63786733a
2 changed files with 17 additions and 13 deletions
+4
View File
@@ -5,6 +5,10 @@ This project adheres to [Semantic Versioning](http://semver.org/).
## Unreleased
### Fixed
- #2762, Fixes "permission denied for schema" error during schema cache load - @steve-chavez
## [11.0.0] - 2023-04-16
### Added