Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit83af58f

Browse files
committed
Add link from COPY ref page to psql \copy.
Jeff Janes
1 parentb538003 commit83af58f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎doc/src/sgml/ref/copy.sgml

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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)

[8]ページ先頭

©2009-2025 Movatter.jp