Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 356fddf

Browse files
committed
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...
1 parent a65023e commit 356fddf

File tree

1 file changed

+3
-11
lines changed

1 file changed

+3
-11
lines changed

doc/src/sgml/monitoring.sgml

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -577,17 +577,9 @@ postgres: <replaceable>user</> <replaceable>database</> <replaceable>host</> <re
577577
<entry>client_addr</entry>
578578
<entry><type>inet</></entry>
579579
<entry>The remote IP of the client connected to the backend.
580-
If this field is not set, it indicates that the client is either:
581-
<itemizedlist spacing="compact" mark="bullet">
582-
<listitem>
583-
<para>
584-
Connected via unix sockets on the server machine
585-
</para>
586-
</listitem>
587-
<listitem>
588-
<para>An internal process such as autovacuum</para>
589-
</listitem>
590-
</itemizedlist>
580+
If this field is not set, it indicates that the client is either connected
581+
via a Unix socket on the server machine or is an internal process such
582+
as autovacuum.
591583
</entry>
592584
</row>
593585
<row>

0 commit comments

Comments
 (0)