Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 7582e0b

Browse files
committed
Make \conninfo print SSL information.
Alastair Turner, per suggestion from Bruce Momjian.
1 parent 80491a1 commit 7582e0b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/bin/psql/command.c

+1
Original file line numberDiff line numberDiff line change
@@ -314,6 +314,7 @@ exec_command(const char *cmd,
314314
else
315315
printf(_("You are connected to database \"%s\" as user \"%s\" on host \"%s\" at port \"%s\".\n"),
316316
db, PQuser(pset.db), host, PQport(pset.db));
317+
printSSLInfo();
317318
}
318319
}
319320

0 commit comments

Comments
 (0)