提交 7582e0be 编写于 作者: R Robert Haas

Make \conninfo print SSL information.

Alastair Turner, per suggestion from Bruce Momjian.
上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册