Ooops, forgot to update COPY reference page to mention column privileges.
authorTom Lane <[email protected]>
Fri, 6 Feb 2009 21:22:49 +0000 (21:22 +0000)
committerTom Lane <[email protected]>
Fri, 6 Feb 2009 21:22:49 +0000 (21:22 +0000)
doc/src/sgml/ref/copy.sgml

index 19085ea29d0bec8dcfa879cfe401baf5d73d8d9e..75e7a816f748a4cc5d100b9a9090b9ae1336f845 100644 (file)
@@ -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>