Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48a9c78 commit b9ea8d2Copy full SHA for b9ea8d2
doc/src/sgml/ref/copy.sgml
@@ -116,9 +116,10 @@ COPY { <replaceable class="parameter">table_name</replaceable> [ ( <replaceable
116
<term><replaceable class="parameter">filename</replaceable></term>
117
<listitem>
118
<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.
+ The path name of the input or output file. An input filename can be
+ an absolute or relative path, but an output filename must be an absolute
+ path. Windows users might need to use an <literal>E''</> string and
122
+ double any backslashes used in the path name.
123
</para>
124
</listitem>
125
</varlistentry>
0 commit comments