Commit 7582e0be authored by Robert Haas's avatar Robert Haas

Make \conninfo print SSL information.

Alastair Turner, per suggestion from Bruce Momjian.
parent 80491a19
......@@ -314,6 +314,7 @@ exec_command(const char *cmd,
else
printf(_("You are connected to database \"%s\" as user \"%s\" on host \"%s\" at port \"%s\".\n"),
db, PQuser(pset.db), host, PQport(pset.db));
printSSLInfo();
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment