From c87c31f10bfd77234b62175f03b9ae8a6f961411 Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Fri, 6 Feb 2009 21:22:49 +0000 Subject: [PATCH] Ooops, forgot to update COPY reference page to mention column privileges. --- doc/src/sgml/ref/copy.sgml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/src/sgml/ref/copy.sgml b/doc/src/sgml/ref/copy.sgml index 0763abd645d..e7f76d3e581 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.