Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitc87c31f

Browse files
committed
Ooops, forgot to update COPY reference page to mention column privileges.
1 parent7449427 commitc87c31f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

‎doc/src/sgml/ref/copy.sgml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$PostgreSQL: pgsql/doc/src/sgml/ref/copy.sgml,v 1.84 2008/11/14 10:22:45 petere Exp $
2+
$PostgreSQL: pgsql/doc/src/sgml/ref/copy.sgml,v 1.85 2009/02/06 21:22:49 tgl Exp $
33
PostgreSQL documentation
44
-->
55

@@ -304,7 +304,8 @@ COPY <replaceable class="parameter">count</replaceable>
304304
You must have select privilege on the table
305305
whose values are read by <command>COPY TO</command>, and
306306
insert privilege on the table into which values
307-
are inserted by <command>COPY FROM</command>.
307+
are inserted by <command>COPY FROM</command>. It is sufficient
308+
to have column privileges on the column(s) listed in the command.
308309
</para>
309310

310311
<para>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp