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 128fd0a commit dc6f2fbCopy full SHA for dc6f2fb
doc/src/sgml/func.sgml
@@ -21060,10 +21060,10 @@ SELECT * FROM pg_ls_dir('.') WITH ORDINALITY AS t(ls,n);
21060
<returnvalue>boolean</returnvalue>
21061
</para>
21062
<para>
21063
- Returns true if <acronym>JIT</acronym> compilation is available in
21064
- this session (see <xref linkend="jit"/>).
21065
- Returns false if <xref linkend="guc-jit"/> is set to false, or if the
21066
- 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>.
21067
</para></entry>
21068
</row>
21069
0 commit comments