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

Commit3296e6f

Browse files
committed
More cleanup
1 parent74d1478 commit3296e6f

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

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

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/ref/copy.sgml,v 1.15 2000/04/18 23:43:24 momjian Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/ref/copy.sgml,v 1.16 2000/04/18 23:44:58 momjian Exp $
33
Postgres documentation
44
-->
55

@@ -196,12 +196,14 @@ ERROR: <replaceable>reason</replaceable>
196196
stored/read as binary format rather than as text. It is
197197
somewhat faster than the normal copy command, but is not
198198
generally portable, and the files generated are somewhat larger,
199-
although this factor is highly dependent on the data itself. By
200-
default, a text copy uses a tab ("\t") character as a delimiter.
199+
although this factor is highly dependent on the data itself.
200+
</para>
201+
<para>
202+
By default, a text copy uses a tab ("\t") character as a delimiter.
201203
The delimiter may also be changed to any other single character
202204
with the keyword phrase USING DELIMITERS. Characters
203205
in data fields which happen to match the delimiter character will
204-
be quoted.
206+
bebackslashquoted.
205207
</para>
206208

207209
<para>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp