Fix tests for PostgreSQL >= 15
This commit is contained in:
parent
fd50b407c4
commit
0a2c6cc346
2 changed files with 7 additions and 0 deletions
6
Sanity/basic-functionality/grant.sql
Normal file
6
Sanity/basic-functionality/grant.sql
Normal 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;
|
||||
Loading…
Add table
Add a link
Reference in a new issue