Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit e44ded0

Browse files
author
Nikita Glukhov
committed
Fix docs structure for JSON_TABLE
1 parent 835e51d commit e44ded0

File tree

1 file changed

+12
-16
lines changed

1 file changed

+12
-16
lines changed

doc/src/sgml/func.sgml

Lines changed: 12 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -17914,7 +17914,7 @@ FROM films AS f;
1791417914
</listitem>
1791517915
<listitem>
1791617916
<para>
17917-
<xref linkend="functions-jsontable"/>
17917+
<link linkend="functions-jsontable"><literal>JSON_TABLE</literal></link>
1791817918
</para>
1791917919
</listitem>
1792017920
</itemizedlist>
@@ -18587,13 +18587,9 @@ FROM
1858718587
</sect5>
1858818588
</sect4>
1858918589

18590-
<refentry id="functions-jsontable">
18591-
<refnamediv>
18592-
<refname>JSON_TABLE</refname>
18593-
<refpurpose>display JSON data as an SQL relation</refpurpose>
18594-
</refnamediv>
18595-
18596-
<refsynopsisdiv>
18590+
<sect4 id="functions-jsontable">
18591+
<title><literal>JSON_TABLE</literal></title>
18592+
<indexterm><primary>json_table</primary></indexterm>
1859718593

1859818594
<synopsis>
1859918595
JSON_TABLE (
@@ -18621,8 +18617,8 @@ where <replaceable class="parameter">json_table_column</replaceable> is:
1862118617
| <replaceable>name</replaceable> FOR ORDINALITY
1862218618

1862318619
</synopsis>
18624-
</refsynopsisdiv>
18625-
<refsect1>
18620+
18621+
<sect5>
1862618622
<title>Description</title>
1862718623

1862818624
<para>
@@ -18689,8 +18685,8 @@ where <replaceable class="parameter">json_table_column</replaceable> is:
1868918685
into both child and parrent columns for all missing values.
1869018686
</para>
1869118687

18692-
</refsect1>
18693-
<refsect1>
18688+
</sect5>
18689+
<sect5>
1869418690
<title>Parameters</title>
1869518691

1869618692
<variablelist>
@@ -18884,9 +18880,9 @@ where <replaceable class="parameter">json_table_column</replaceable> is:
1888418880

1888518881
</variablelist>
1888618882

18887-
</refsect1>
18883+
</sect5>
1888818884

18889-
<refsect1>
18885+
<sect5>
1889018886
<title>Examples</title>
1889118887

1889218888
<para>
@@ -18914,8 +18910,8 @@ SELECT jt.* FROM
1891418910
</screen>
1891518911
</para>
1891618912

18917-
</refsect1>
18918-
</refentry>
18913+
</sect5>
18914+
</sect4>
1891918915

1892018916
</sect3>
1892118917

0 commit comments

Comments
 (0)