index 0763abd645d2e571fc69df744817adde7a1a3b06..e7f76d3e58112b144e14a1549b824cc89c9396dc 100644 (file)
<!--
-$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 $
PostgreSQL documentation
-->
@@ -304,7 +304,8 @@ COPY <replaceable class="parameter">count</replaceable>
You must have select privilege on the table
whose values are read by <command>COPY TO</command>, and
insert privilege on the table into which values
- are inserted by <command>COPY FROM</command>.
+ are inserted by <command>COPY FROM</command>. It is sufficient
+ to have column privileges on the column(s) listed in the command.
</para>
<para>