aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMagnus Hagander <magnus@hagander.net>2012-01-20 12:30:19 +0100
committerMagnus Hagander <magnus@hagander.net>2012-01-20 12:30:19 +0100
commit356fddfa0ff612a40cc85f8374f9cd058585687f (patch)
tree7b6f423ece9441b56b131e7fba4316530ec203e7
parenta65023e7decf5f5ba9b17bd86db8fe1ea4b6c331 (diff)
downloadpostgresql-356fddfa0ff612a40cc85f8374f9cd058585687f.tar.gz
postgresql-356fddfa0ff612a40cc85f8374f9cd058585687f.zip
Get rid of itemizedlist inside table
This renders badly on the website, and in this particular case also doesn't actually add anything to the readability...
-rw-r--r--doc/src/sgml/monitoring.sgml14
1 files changed, 3 insertions, 11 deletions
diff --git a/doc/src/sgml/monitoring.sgml b/doc/src/sgml/monitoring.sgml
index dadfd24313c..fef2a35ba7d 100644
--- a/doc/src/sgml/monitoring.sgml
+++ b/doc/src/sgml/monitoring.sgml
@@ -577,17 +577,9 @@ postgres: <replaceable>user</> <replaceable>database</> <replaceable>host</> <re
<entry>client_addr</entry>
<entry><type>inet</></entry>
<entry>The remote IP of the client connected to the backend.
- If this field is not set, it indicates that the client is either:
- <itemizedlist spacing="compact" mark="bullet">
- <listitem>
- <para>
- Connected via unix sockets on the server machine
- </para>
- </listitem>
- <listitem>
- <para>An internal process such as autovacuum</para>
- </listitem>
- </itemizedlist>
+ If this field is not set, it indicates that the client is either connected
+ via a Unix socket on the server machine or is an internal process such
+ as autovacuum.
</entry>
</row>
<row>