diff options
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/ref/psql-ref.sgml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/src/sgml/ref/psql-ref.sgml b/doc/src/sgml/ref/psql-ref.sgml index a8a0b694bbf..3edbd65e46c 100644 --- a/doc/src/sgml/ref/psql-ref.sgml +++ b/doc/src/sgml/ref/psql-ref.sgml @@ -1070,9 +1070,10 @@ INSERT INTO tbls1 VALUES ($1, $2) \parse stmt1 <varlistentry id="app-psql-meta-command-conninfo"> <term><literal>\conninfo</literal></term> <listitem> - <para> - Outputs information about the current database connection. - </para> + <para> + Outputs information about the current database connection, + including TLS-related information if TLS is in use. + </para> </listitem> </varlistentry> |