File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -353,7 +353,7 @@ COPY <replaceable class="parameter">count</replaceable>
353
353
<para>
354
354
Do not confuse <command>COPY</command> with the
355
355
<application>psql</application> instruction
356
- <command>\copy</command>. <command>\copy</command> invokes
356
+ <command><link linkend="APP-PSQL-meta-commands-copy"> \copy</link> </command>. <command>\copy</command> invokes
357
357
<command>COPY FROM STDIN</command> or <command>COPY TO
358
358
STDOUT</command>, and then fetches/stores the data in a file
359
359
accessible to the <application>psql</application> client. Thus,
Original file line number Diff line number Diff line change @@ -826,7 +826,7 @@ testdb=>
826
826
</listitem>
827
827
</varlistentry>
828
828
829
- <varlistentry>
829
+ <varlistentry id="APP-PSQL-meta-commands-copy" >
830
830
<term><literal>\copy { <replaceable class="parameter">table</replaceable> [ ( <replaceable class="parameter">column_list</replaceable> ) ] | ( <replaceable class="parameter">query</replaceable> ) }
831
831
{ <literal>from</literal> | <literal>to</literal> }
832
832
{ <replaceable class="parameter">filename</replaceable> | stdin | stdout | pstdin | pstdout }
You can’t perform that action at this time.
0 commit comments