File tree Expand file tree Collapse file tree 1 file changed +11
-15
lines changed Expand file tree Collapse file tree 1 file changed +11
-15
lines changed Original file line number Diff line number Diff line change @@ -17671,7 +17671,7 @@ FROM films AS f;
17671
17671
<itemizedlist>
17672
17672
<listitem>
17673
17673
<para>
17674
- <xref linkend="functions-isjson-predicate"/ >
17674
+ <link linkend="functions-isjson-predicate"><literal>IS JSON</literal></link >
17675
17675
</para>
17676
17676
</listitem>
17677
17677
</itemizedlist>
@@ -17703,22 +17703,18 @@ INSERT INTO my_films VALUES (
17703
17703
</programlisting>
17704
17704
</para>
17705
17705
17706
- <refentry id="functions-isjson-predicate">
17707
- <refnamediv>
17708
- <refname>IS JSON</refname>
17709
- <refpurpose>test whether the provided value is valid JSON data</refpurpose>
17710
- </refnamediv>
17706
+ <sect4 id="functions-isjson-predicate">
17707
+ <title><literal>IS JSON</literal></title>
17708
+ <indexterm><primary>is_json</primary></indexterm>
17711
17709
17712
- <refsynopsisdiv>
17713
17710
<synopsis>
17714
17711
<replaceable class="parameter">expression</replaceable>
17715
17712
IS <optional> NOT </optional> JSON
17716
17713
<optional> { VALUE | SCALAR | ARRAY | OBJECT } </optional>
17717
17714
<optional> { WITH | WITHOUT } UNIQUE <optional> KEYS </optional> </optional>
17718
17715
</synopsis>
17719
- </refsynopsisdiv>
17720
17716
17721
- <refsect1 >
17717
+ <sect5 >
17722
17718
<title>Description</title>
17723
17719
17724
17720
<para>
@@ -17740,9 +17736,9 @@ INSERT INTO my_films VALUES (
17740
17736
</listitem>
17741
17737
</itemizedlist>
17742
17738
</para>
17743
- </refsect1 >
17739
+ </sect5 >
17744
17740
17745
- <refsect1 >
17741
+ <sect5 >
17746
17742
<title>Parameters</title>
17747
17743
17748
17744
<variablelist>
@@ -17821,9 +17817,9 @@ INSERT INTO my_films VALUES (
17821
17817
</varlistentry>
17822
17818
</variablelist>
17823
17819
17824
- </refsect1 >
17820
+ </sect5 >
17825
17821
17826
- <refsect1 >
17822
+ <sect5 >
17827
17823
<title>Examples</title>
17828
17824
17829
17825
<para>
@@ -17850,8 +17846,8 @@ FROM
17850
17846
abc | f | t | f | f | f
17851
17847
(5 rows)
17852
17848
</screen>
17853
- </refsect1 >
17854
- </refentry >
17849
+ </sect5 >
17850
+ </sect4 >
17855
17851
17856
17852
17857
17853
</sect3>
You can’t perform that action at this time.
0 commit comments