diff options
Diffstat (limited to 'doc/src/sgml/func.sgml')
-rw-r--r-- | doc/src/sgml/func.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml index 9d1772f349a..a11f3abc822 100644 --- a/doc/src/sgml/func.sgml +++ b/doc/src/sgml/func.sgml @@ -15945,8 +15945,8 @@ SELECT * FROM pg_ls_dir('.') WITH ORDINALITY AS t(ls,n); <row> <entry><literal><function>pg_jit_available()</function></literal></entry> <entry><type>boolean</type></entry> - <entry>is <acronym>JIT</acronym> available in this session (see <xref - linkend="jit"/>)? Returns <literal>false</literal> if <xref + <entry>is <acronym>JIT</acronym> compilation available in this session + (see <xref linkend="jit"/>)? Returns <literal>false</literal> if <xref linkend="guc-jit"/> is set to false.</entry> </row> |