From: Tom Lane Date: Fri, 6 Feb 2009 21:22:49 +0000 (+0000) Subject: Ooops, forgot to update COPY reference page to mention column privileges. X-Git-Url: http://git.postgresql.org/gitweb/-?a=commitdiff_plain;h=00968e648dc03d81306b112f1ca0a95bbe0f29a7;p=users%2Fsimon%2Fpostgres.git Ooops, forgot to update COPY reference page to mention column privileges. --- diff --git a/doc/src/sgml/ref/copy.sgml b/doc/src/sgml/ref/copy.sgml index 19085ea29d..75e7a816f7 100644 --- a/doc/src/sgml/ref/copy.sgml +++ b/doc/src/sgml/ref/copy.sgml @@ -304,7 +304,8 @@ COPY count You must have select privilege on the table whose values are read by COPY TO, and insert privilege on the table into which values - are inserted by COPY FROM. + are inserted by COPY FROM. It is sufficient + to have column privileges on the column(s) listed in the command.