projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7449427
)
Ooops, forgot to update COPY reference page to mention column privileges.
author
Tom Lane
Fri, 6 Feb 2009 21:22:49 +0000
(21:22 +0000)
committer
Tom Lane
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 0763abd645d2e571fc69df744817adde7a1a3b06..e7f76d3e58112b144e14a1549b824cc89c9396dc 100644
(file)
--- 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.