Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
83af58f6
Commit
83af58f6
authored
Aug 11, 2012
by
Tom Lane
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add link from COPY ref page to psql \copy.
Jeff Janes
parent
b5380035
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
doc/src/sgml/ref/copy.sgml
doc/src/sgml/ref/copy.sgml
+1
-1
doc/src/sgml/ref/psql-ref.sgml
doc/src/sgml/ref/psql-ref.sgml
+1
-1
No files found.
doc/src/sgml/ref/copy.sgml
View file @
83af58f6
...
@@ -353,7 +353,7 @@ COPY <replaceable class="parameter">count</replaceable>
...
@@ -353,7 +353,7 @@ COPY <replaceable class="parameter">count</replaceable>
<para>
<para>
Do not confuse <command>COPY</command> with the
Do not confuse <command>COPY</command> with the
<application>psql</application> instruction
<application>psql</application> instruction
<command>
\copy
</command>. <command>\copy</command> invokes
<command>
<link linkend="APP-PSQL-meta-commands-copy">\copy</link>
</command>. <command>\copy</command> invokes
<command>COPY FROM STDIN</command> or <command>COPY TO
<command>COPY FROM STDIN</command> or <command>COPY TO
STDOUT</command>, and then fetches/stores the data in a file
STDOUT</command>, and then fetches/stores the data in a file
accessible to the <application>psql</application> client. Thus,
accessible to the <application>psql</application> client. Thus,
...
...
doc/src/sgml/ref/psql-ref.sgml
View file @
83af58f6
...
@@ -826,7 +826,7 @@ testdb=>
...
@@ -826,7 +826,7 @@ testdb=>
</listitem>
</listitem>
</varlistentry>
</varlistentry>
<varlistentry>
<varlistentry
id="APP-PSQL-meta-commands-copy"
>
<term><literal>\copy { <replaceable class="parameter">table</replaceable> [ ( <replaceable class="parameter">column_list</replaceable> ) ] | ( <replaceable class="parameter">query</replaceable> ) }
<term><literal>\copy { <replaceable class="parameter">table</replaceable> [ ( <replaceable class="parameter">column_list</replaceable> ) ] | ( <replaceable class="parameter">query</replaceable> ) }
{ <literal>from</literal> | <literal>to</literal> }
{ <literal>from</literal> | <literal>to</literal> }
{ <replaceable class="parameter">filename</replaceable> | stdin | stdout | pstdin | pstdout }
{ <replaceable class="parameter">filename</replaceable> | stdin | stdout | pstdin | pstdout }
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment