Skip to content

Commit 9c356a6

Browse files
author
Michael Meskes
committed
Seems this wasn't committed originally
1 parent 568b801 commit 9c356a6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/interfaces/ecpg/test/connect/test1.pgc.in

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,19 +26,19 @@ exec sql end declare section;
2626
exec sql connect to connectdb@localhost as main;
2727
exec sql disconnect main;
2828

29-
exec sql connect to @localhost as main;
29+
exec sql connect to @localhost as main user connectdb;
3030
exec sql disconnect main;
3131

3232
exec sql connect to connectdb@localhost:@TEMP_PORT@ as main;
3333
exec sql disconnect main;
3434

35-
exec sql connect to @localhost:@TEMP_PORT@ as main;
35+
exec sql connect to @localhost:@TEMP_PORT@ as main user connectdb;
3636
exec sql disconnect main;
3737

3838
exec sql connect to connectdb:@TEMP_PORT@ as main;
3939
exec sql disconnect main;
4040

41-
exec sql connect to :@TEMP_PORT@ as main;
41+
exec sql connect to :@TEMP_PORT@ as main user connectdb;
4242
exec sql disconnect main;
4343

4444
exec sql connect to tcp:postgresql://localhost:@TEMP_PORT@/connectdb user connectuser identified by connectpw;

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy