|
1 | 1 | <!--
|
2 |
| -$PostgreSQL: pgsql/doc/src/sgml/ref/copy.sgml,v 1.84 2008/11/14 10:22:45 petere Exp $ |
| 2 | +$PostgreSQL: pgsql/doc/src/sgml/ref/copy.sgml,v 1.85 2009/02/06 21:22:49 tgl Exp $ |
3 | 3 | PostgreSQL documentation
|
4 | 4 | -->
|
5 | 5 |
|
@@ -304,7 +304,8 @@ COPY <replaceable class="parameter">count</replaceable>
|
304 | 304 | You must have select privilege on the table
|
305 | 305 | whose values are read by <command>COPY TO</command>, and
|
306 | 306 | insert privilege on the table into which values
|
307 |
| - are inserted by <command>COPY FROM</command>. |
| 307 | + are inserted by <command>COPY FROM</command>. It is sufficient |
| 308 | + to have column privileges on the column(s) listed in the command. |
308 | 309 | </para>
|
309 | 310 |
|
310 | 311 | <para>
|
|