aboutsummaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2010-08-03 18:33:09 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2010-08-03 18:33:09 +0000
commit5b92ef44dd9e289f1722c30c8c0108bdeda4bb3e (patch)
treeb04b71a35011fa5b8fac43530a01d6af3b0aa79b /doc/src
parent83527b1339c340436f82e7d983a4d2d70dfd082e (diff)
downloadpostgresql-5b92ef44dd9e289f1722c30c8c0108bdeda4bb3e.tar.gz
postgresql-5b92ef44dd9e289f1722c30c8c0108bdeda4bb3e.zip
Kibitzing on \conninfo patch: adjust the order of field output to match
the parameters of \connect, and fix oversight of not enabling translation of the messages. Also, adjust \connect's similar messages to match, and deal with 8.2-era violation of basic translatability guidelines there.
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/sgml/ref/psql-ref.sgml5
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/src/sgml/ref/psql-ref.sgml b/doc/src/sgml/ref/psql-ref.sgml
index 4ea66a30d5a..4510923d0d6 100644
--- a/doc/src/sgml/ref/psql-ref.sgml
+++ b/doc/src/sgml/ref/psql-ref.sgml
@@ -1,5 +1,5 @@
<!--
-$PostgreSQL: pgsql/doc/src/sgml/ref/psql-ref.sgml,v 1.246 2010/07/20 03:54:19 rhaas Exp $
+$PostgreSQL: pgsql/doc/src/sgml/ref/psql-ref.sgml,v 1.247 2010/08/03 18:33:09 tgl Exp $
PostgreSQL documentation
-->
@@ -784,8 +784,7 @@ testdb=&gt;
<term><literal>\conninfo</literal></term>
<listitem>
<para>
- Outputs connection information about the current database
- connection.
+ Outputs information about the current database connection.
</para>
</listitem>
</varlistentry>