mirror of https://github.com/jackc/pgx.git
tricky user does not need superuser
parent
b1f24de75f
commit
f8930d614f
|
@ -66,7 +66,7 @@ To setup the normal test environment, first install these dependencies:
|
||||||
Then run the following SQL:
|
Then run the following SQL:
|
||||||
|
|
||||||
create user pgx_md5 password 'secret';
|
create user pgx_md5 password 'secret';
|
||||||
create user " tricky, ' } "" \ test user " superuser password 'secret';
|
create user " tricky, ' } "" \ test user " password 'secret';
|
||||||
create database pgx_test;
|
create database pgx_test;
|
||||||
|
|
||||||
Connect to database pgx_test and run:
|
Connect to database pgx_test and run:
|
||||||
|
|
Loading…
Reference in New Issue