projects
/
users
/
simon
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1590361
)
Ooops, forgot to update COPY reference page to mention column privileges.
author
Tom Lane
<
[email protected]
>
Fri, 6 Feb 2009 21:22:49 +0000
(21:22 +0000)
committer
Tom Lane
<
[email protected]
>
Fri, 6 Feb 2009 21:22:49 +0000
(21:22 +0000)
doc/src/sgml/ref/copy.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/ref/copy.sgml
b/doc/src/sgml/ref/copy.sgml
index 19085ea29d0bec8dcfa879cfe401baf5d73d8d9e..75e7a816f748a4cc5d100b9a9090b9ae1336f845 100644
(file)
--- a/
doc/src/sgml/ref/copy.sgml
+++ b/
doc/src/sgml/ref/copy.sgml
@@
-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>