mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-02-05 19:09:58 +08:00
Seems this wasn't committed originally
This commit is contained in:
parent
568b80168f
commit
9c356a6b3e
@ -26,19 +26,19 @@ exec sql end declare section;
|
||||
exec sql connect to connectdb@localhost as main;
|
||||
exec sql disconnect main;
|
||||
|
||||
exec sql connect to @localhost as main;
|
||||
exec sql connect to @localhost as main user connectdb;
|
||||
exec sql disconnect main;
|
||||
|
||||
exec sql connect to connectdb@localhost:@TEMP_PORT@ as main;
|
||||
exec sql disconnect main;
|
||||
|
||||
exec sql connect to @localhost:@TEMP_PORT@ as main;
|
||||
exec sql connect to @localhost:@TEMP_PORT@ as main user connectdb;
|
||||
exec sql disconnect main;
|
||||
|
||||
exec sql connect to connectdb:@TEMP_PORT@ as main;
|
||||
exec sql disconnect main;
|
||||
|
||||
exec sql connect to :@TEMP_PORT@ as main;
|
||||
exec sql connect to :@TEMP_PORT@ as main user connectdb;
|
||||
exec sql disconnect main;
|
||||
|
||||
exec sql connect to tcp:postgresql://localhost:@TEMP_PORT@/connectdb user connectuser identified by connectpw;
|
||||
|
Loading…
Reference in New Issue
Block a user