2
0

Adds a tricky user to test

This allows us to test aclitem encoding
with tricky SQL identifiers. The user actually
has to exist, or the aclitem will be incorrect.
This commit is contained in:
Manni Wood
2016-10-27 21:57:46 -04:00
parent f73791c6c9
commit df033d499f
4 changed files with 15 additions and 1 deletions
+1
View File
@@ -66,6 +66,7 @@ To setup the normal test environment, first install these dependencies:
Then run the following SQL:
create user pgx_md5 password 'secret';
create user " tricky, ' } "" \ test user " superuser password 'secret';
create database pgx_test;
Connect to database pgx_test and run: