Fix tests for PostgreSQL >= 15

This commit is contained in:
Ales Nezbeda 2024-05-29 11:33:05 +02:00
commit 0a2c6cc346
2 changed files with 7 additions and 0 deletions

View file

@ -0,0 +1,6 @@
GRANT ALL ON DATABASE postgres TO johndoe;
GRANT ALL ON SCHEMA public to johndoe;
\c fOo
GRANT ALL ON SCHEMA public TO johndoe;