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;
1767117671 <itemizedlist>
1767217672 <listitem>
1767317673 <para>
17674- <xref linkend="functions-isjson-predicate"/ >
17674+ <link linkend="functions-isjson-predicate"><literal>IS JSON</literal></link >
1767517675 </para>
1767617676 </listitem>
1767717677 </itemizedlist>
@@ -17703,22 +17703,18 @@ INSERT INTO my_films VALUES (
1770317703</programlisting>
1770417704 </para>
1770517705
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>
1771117709
17712- <refsynopsisdiv>
1771317710<synopsis>
1771417711<replaceable class="parameter">expression</replaceable>
1771517712 IS <optional> NOT </optional> JSON
1771617713 <optional> { VALUE | SCALAR | ARRAY | OBJECT } </optional>
1771717714 <optional> { WITH | WITHOUT } UNIQUE <optional> KEYS </optional> </optional>
1771817715</synopsis>
17719- </refsynopsisdiv>
1772017716
17721- <refsect1 >
17717+ <sect5 >
1772217718 <title>Description</title>
1772317719
1772417720 <para>
@@ -17740,9 +17736,9 @@ INSERT INTO my_films VALUES (
1774017736 </listitem>
1774117737 </itemizedlist>
1774217738 </para>
17743- </refsect1 >
17739+ </sect5 >
1774417740
17745- <refsect1 >
17741+ <sect5 >
1774617742 <title>Parameters</title>
1774717743
1774817744<variablelist>
@@ -17821,9 +17817,9 @@ INSERT INTO my_films VALUES (
1782117817 </varlistentry>
1782217818 </variablelist>
1782317819
17824- </refsect1 >
17820+ </sect5 >
1782517821
17826- <refsect1 >
17822+ <sect5 >
1782717823 <title>Examples</title>
1782817824
1782917825 <para>
@@ -17850,8 +17846,8 @@ FROM
1785017846 abc | f | t | f | f | f
1785117847(5 rows)
1785217848</screen>
17853- </refsect1 >
17854- </refentry >
17849+ </sect5 >
17850+ </sect4 >
1785517851
1785617852
1785717853 </sect3>
You can’t perform that action at this time.
0 commit comments