8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45fdc97 commit d7c8576Copy full SHA for d7c8576
doc/src/sgml/func.sgml
@@ -21087,10 +21087,10 @@ SELECT * FROM pg_ls_dir('.') WITH ORDINALITY AS t(ls,n);
21087
<returnvalue>boolean</returnvalue>
21088
</para>
21089
<para>
21090
- Returns true if <acronym>JIT</acronym> compilation is available in
21091
- this session (see <xref linkend="jit"/>).
21092
- Returns false if <xref linkend="guc-jit"/> is set to false, or if the
21093
- feature was not enabled at compile time.
+ Returns true if a <acronym>JIT</acronym> compiler extension is
+ available (see <xref linkend="jit"/>) and the
+ <xref linkend="guc-jit"/> configuration parameter is set to
+ <literal>on</literal>.
21094
</para></entry>
21095
</row>
21096
0 commit comments