1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-28 23:42:10 +03:00

Add link from COPY ref page to psql \copy.

Jeff Janes
This commit is contained in:
Tom Lane
2012-08-11 13:51:22 -04:00
parent ca07d7ebe0
commit ce36ecda51
2 changed files with 2 additions and 2 deletions

View File

@ -826,7 +826,7 @@ testdb=>
</listitem>
</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> ) }
{ <literal>from</literal> | <literal>to</literal> }
{ <replaceable class="parameter">filename</replaceable> | stdin | stdout | pstdin | pstdout }