projects
/
users
/
rhaas
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
80491a1
)
Make \conninfo print SSL information.
author
Robert Haas
<rhaas@postgresql.org>
Thu, 14 Jun 2012 13:43:14 +0000
(09:43 -0400)
committer
Robert Haas
<rhaas@postgresql.org>
Thu, 14 Jun 2012 13:43:14 +0000
(09:43 -0400)
Alastair Turner, per suggestion from Bruce Momjian.
src/bin/psql/command.c
patch
|
blob
|
blame
|
history
diff --git
a/src/bin/psql/command.c
b/src/bin/psql/command.c
index 5614120255d12e403eb8b10c8e7cc7fde037fac9..092678604ed37a60ba12d263cb2d8af34598eb30 100644
(file)
--- a/
src/bin/psql/command.c
+++ b/
src/bin/psql/command.c
@@
-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();
}
}