mirror of
https://github.com/postgres/postgres.git
synced 2025-05-01 01:04:50 +03:00
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...
This commit is contained in:
parent
a65023e7de
commit
356fddfa0f
@ -577,17 +577,9 @@ postgres: <replaceable>user</> <replaceable>database</> <replaceable>host</> <re
|
|||||||
<entry>client_addr</entry>
|
<entry>client_addr</entry>
|
||||||
<entry><type>inet</></entry>
|
<entry><type>inet</></entry>
|
||||||
<entry>The remote IP of the client connected to the backend.
|
<entry>The remote IP of the client connected to the backend.
|
||||||
If this field is not set, it indicates that the client is either:
|
If this field is not set, it indicates that the client is either connected
|
||||||
<itemizedlist spacing="compact" mark="bullet">
|
via a Unix socket on the server machine or is an internal process such
|
||||||
<listitem>
|
as autovacuum.
|
||||||
<para>
|
|
||||||
Connected via unix sockets on the server machine
|
|
||||||
</para>
|
|
||||||
</listitem>
|
|
||||||
<listitem>
|
|
||||||
<para>An internal process such as autovacuum</para>
|
|
||||||
</listitem>
|
|
||||||
</itemizedlist>
|
|
||||||
</entry>
|
</entry>
|
||||||
</row>
|
</row>
|
||||||
<row>
|
<row>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user