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

Commitb9ea8d2

Browse files
committed
Document that COPY OUT requires an absolute pathname.
As suggested by Etsuro Fujita, but with somewhat different wording.
1 parent48a9c78 commitb9ea8d2

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -116,9 +116,10 @@ COPY { <replaceable class="parameter">table_name</replaceable> [ ( <replaceable
116116
<term><replaceable class="parameter">filename</replaceable></term>
117117
<listitem>
118118
<para>
119-
The absolute path name of the input or output file. Windows users
120-
might need to use an <literal>E''</> string and double any backslashes
121-
used in the path name.
119+
The path name of the input or output file. An input filename can be
120+
an absolute or relative path, but an output filename must be an absolute
121+
path. Windows users might need to use an <literal>E''</> string and
122+
double any backslashes used in the path name.
122123
</para>
123124
</listitem>
124125
</varlistentry>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp