Skip to content

Commit b500d59

Browse files
author
Liudmila Mantrova
committed
DOC: clarified shared libs order in pg_pathman docs
1 parent 0faee1e commit b500d59

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

doc/src/sgml/pgpathman.sgml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,11 @@ shared_preload_libraries = 'pg_pathman'
5858
extensions that use the same hook functions. For example,
5959
<filename>pg_pathman</filename> may interfere with the
6060
<filename>pg_stat_statements</filename> extension as they both
61-
use <literal>ProcessUtility_hook</literal>. If you run into
62-
this issue, try reordering libraries specified in this
63-
parameter:
64-
<literal>shared_preload_libraries = 'pg_pathman, pg_stat_statements'</literal></para>
61+
use <literal>ProcessUtility_hook</literal>. To avoid such
62+
issues, <filename>pg_pathman</filename> must always be the
63+
last in the list of libraries:
64+
<literal>shared_preload_libraries = 'pg_stat_statements, pg_pathman'</literal>
65+
</para>
6566
</important>
6667
</listitem>
6768
<listitem>

0 commit comments

Comments
 (0)