@@ -923,8 +923,7 @@ WHERE id = any (SELECT * FROM some_table limit 4);
923
923
<sect3 id="disabling-pg-pathman">
924
924
<title>Disabling <literal>pg_pathman</literal></title>
925
925
<para>
926
- There are several user-accessible
927
- <ulink url="https://www.postgresql.org/docs/9.5/static/config-setting.html">GUC</ulink>
926
+ There are several user-accessible <link linkend="config-setting">GUC</link>
928
927
variables designed to toggle the whole module or specific custom
929
928
nodes on and off:
930
929
</para>
@@ -999,8 +998,16 @@ WHERE id = any (SELECT * FROM some_table limit 4);
999
998
</sect2>
1000
999
<sect2 id="authors">
1001
1000
<title>Authors</title>
1002
- <literallayout>Ildar Musin <email>i.musin@postgrespro.ru</email> Postgres Professional Ltd., Russia
1003
- Alexander Korotkov <email>a.korotkov@postgrespro.ru</email> Postgres Professional Ltd., Russia
1004
- Dmitry Ivanov <email>d.ivanov@postgrespro.ru</email> Postgres Professional Ltd., Russia</literallayout>
1001
+ <itemizedlist spacing="compact">
1002
+ <listitem>
1003
+ <para>Ildar Musin <email>i.musin@postgrespro.ru</email> Postgres Professional Ltd., Russia</para>
1004
+ </listitem>
1005
+ <listitem>
1006
+ <para>Alexander Korotkov <email>a.korotkov@postgrespro.ru</email> Postgres Professional Ltd., Russia</para>
1007
+ </listitem>
1008
+ <listitem>
1009
+ <para>Dmitry Ivanov <email>d.ivanov@postgrespro.ru</email> Postgres Professional Ltd., Russia</para>
1010
+ </listitem>
1011
+ </itemizedlist>
1005
1012
</sect2>
1006
1013
</sect1>