8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7449427 commit c87c31fCopy full SHA for c87c31f
doc/src/sgml/ref/copy.sgml
@@ -1,5 +1,5 @@
1
<!--
2
-$PostgreSQL: pgsql/doc/src/sgml/ref/copy.sgml,v 1.84 2008/11/14 10:22:45 petere Exp $
+$PostgreSQL: pgsql/doc/src/sgml/ref/copy.sgml,v 1.85 2009/02/06 21:22:49 tgl Exp $
3
PostgreSQL documentation
4
-->
5
@@ -304,7 +304,8 @@ COPY <replaceable class="parameter">count</replaceable>
304
You must have select privilege on the table
305
whose values are read by <command>COPY TO</command>, and
306
insert privilege on the table into which values
307
- are inserted by <command>COPY FROM</command>.
+ are inserted by <command>COPY FROM</command>. It is sufficient
308
+ to have column privileges on the column(s) listed in the command.
309
</para>
310
311
<para>
0 commit comments