diff options
Diffstat (limited to 'doc/src/sgml/ref/copy.sgml')
-rw-r--r-- | doc/src/sgml/ref/copy.sgml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/src/sgml/ref/copy.sgml b/doc/src/sgml/ref/copy.sgml index 5be3514612e..0544c68bbc0 100644 --- a/doc/src/sgml/ref/copy.sgml +++ b/doc/src/sgml/ref/copy.sgml @@ -370,6 +370,16 @@ COPY <replaceable class="parameter">count</replaceable> The <replaceable class="parameter">count</replaceable> is the number of rows copied. </para> + + <note> + <para> + <application>psql</> will print this command tag only if the command + was not <literal>COPY ... TO STDOUT</>, or the + equivalent <application>psql</> meta-command + <literal>\copy ... to stdout</>. This is to prevent confusing the + command tag with the data that was just printed. + </para> + </note> </refsect1> <refsect1> |