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

Commit 83af58f

Browse files
committed
Add link from COPY ref page to psql \copy.
Jeff Janes
1 parent b538003 commit 83af58f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/src/sgml/ref/copy.sgml

+1-1
Original file line numberDiff line numberDiff 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,

doc/src/sgml/ref/psql-ref.sgml

+1-1
Original file line numberDiff line numberDiff line change
@@ -826,7 +826,7 @@ testdb=&gt;
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 }

0 commit comments

Comments
 (0)