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-Tag: REL8_4_BETA1~300 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c87c31f10bfd77234b62175f03b9ae8a6f961411;p=postgresql 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 0763abd645..e7f76d3e58 100644 --- a/doc/src/sgml/ref/copy.sgml +++ b/doc/src/sgml/ref/copy.sgml @@ -1,5 +1,5 @@ @@ -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.