File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -221,6 +221,7 @@ COPY { <replaceable class="parameter">table_name</replaceable> [ ( <replaceable
221
221
<literal>csv</literal> (Comma Separated Values),
222
222
or <literal>binary</literal>.
223
223
The default is <literal>text</literal>.
224
+ See <xref linkend="sql-copy-file-formats"/> below for details.
224
225
</para>
225
226
</listitem>
226
227
</varlistentry>
@@ -650,10 +651,10 @@ COPY <replaceable class="parameter">count</replaceable>
650
651
651
652
</refsect1>
652
653
653
- <refsect1>
654
+ <refsect1 id="sql-copy-file-formats" xreflabel="File Formats" >
654
655
<title>File Formats</title>
655
656
656
- <refsect2>
657
+ <refsect2 id="sql-copy-text-format" xreflabel="Text Format" >
657
658
<title>Text Format</title>
658
659
659
660
<para>
@@ -798,7 +799,7 @@ COPY <replaceable class="parameter">count</replaceable>
798
799
</para>
799
800
</refsect2>
800
801
801
- <refsect2>
802
+ <refsect2 id="sql-copy-csv-format" xreflabel="CSV Format" >
802
803
<title>CSV Format</title>
803
804
804
805
<para>
@@ -892,7 +893,7 @@ COPY <replaceable class="parameter">count</replaceable>
892
893
893
894
</refsect2>
894
895
895
- <refsect2>
896
+ <refsect2 id="sql-copy-binary-format" xreflabel="Binary Format" >
896
897
<title>Binary Format</title>
897
898
898
899
<para>
You can’t perform that action at this time.
0 commit comments