|
|
@ -636,12 +636,12 @@ COPY <replaceable class="parameter">count</replaceable> |
|
|
|
<row> |
|
|
|
<row> |
|
|
|
<entry><literal>\</literal><replaceable>digits</replaceable></entry> |
|
|
|
<entry><literal>\</literal><replaceable>digits</replaceable></entry> |
|
|
|
<entry>Backslash followed by one to three octal digits specifies |
|
|
|
<entry>Backslash followed by one to three octal digits specifies |
|
|
|
the character with that numeric code</entry> |
|
|
|
the byte with that numeric code</entry> |
|
|
|
</row> |
|
|
|
</row> |
|
|
|
<row> |
|
|
|
<row> |
|
|
|
<entry><literal>\x</literal><replaceable>digits</replaceable></entry> |
|
|
|
<entry><literal>\x</literal><replaceable>digits</replaceable></entry> |
|
|
|
<entry>Backslash <literal>x</literal> followed by one or two hex digits specifies |
|
|
|
<entry>Backslash <literal>x</literal> followed by one or two hex digits specifies |
|
|
|
the character with that numeric code</entry> |
|
|
|
the byte with that numeric code</entry> |
|
|
|
</row> |
|
|
|
</row> |
|
|
|
</tbody> |
|
|
|
</tbody> |
|
|
|
</tgroup> |
|
|
|
</tgroup> |
|
|
@ -673,6 +673,12 @@ COPY <replaceable class="parameter">count</replaceable> |
|
|
|
or vice versa). |
|
|
|
or vice versa). |
|
|
|
</para> |
|
|
|
</para> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<para> |
|
|
|
|
|
|
|
All backslash sequences are interpreted after encoding conversion. |
|
|
|
|
|
|
|
The bytes specified with the octal and hex-digit backslash sequences must |
|
|
|
|
|
|
|
form valid characters in the database encoding. |
|
|
|
|
|
|
|
</para> |
|
|
|
|
|
|
|
|
|
|
|
<para> |
|
|
|
<para> |
|
|
|
<command>COPY TO</command> will terminate each row with a Unix-style |
|
|
|
<command>COPY TO</command> will terminate each row with a Unix-style |
|
|
|
newline (<quote><literal>\n</literal></quote>). Servers running on Microsoft Windows instead |
|
|
|
newline (<quote><literal>\n</literal></quote>). Servers running on Microsoft Windows instead |
|
|
|