File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 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>
353353 <para>
354354 Do not confuse <command>COPY</command> with the
355355 <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
357357 <command>COPY FROM STDIN</command> or <command>COPY TO
358358 STDOUT</command>, and then fetches/stores the data in a file
359359 accessible to the <application>psql</application> client. Thus,
Original file line number Diff line number Diff line change @@ -826,7 +826,7 @@ testdb=>
826826 </listitem>
827827 </varlistentry>
828828
829- <varlistentry>
829+ <varlistentry id="APP-PSQL-meta-commands-copy" >
830830 <term><literal>\copy { <replaceable class="parameter">table</replaceable> [ ( <replaceable class="parameter">column_list</replaceable> ) ] | ( <replaceable class="parameter">query</replaceable> ) }
831831 { <literal>from</literal> | <literal>to</literal> }
832832 { <replaceable class="parameter">filename</replaceable> | stdin | stdout | pstdin | pstdout }
You can’t perform that action at this time.
0 commit comments