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

Commit1dcf590

Browse files
committed
Fix \N mention in manual
1 parent7f85cac commit1dcf590

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

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

Lines changed: 3 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.12 1999/12/17 14:52:51 thomas Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/ref/copy.sgml,v 1.13 2000/04/18 18:41:15 momjian Exp $
33
Postgres documentation
44
-->
55

@@ -315,9 +315,8 @@ ERROR: <replaceable>reason</replaceable>
315315
represented as a backslash and a newline. When loading text data
316316
not generated by <acronym>Postgres</acronym>,
317317
you will need to convert backslash
318-
characters ("\") to double-backslashes ("\\") to ensure that they are loaded
319-
properly. (The sequence "\N" will always be interpreted as a backslash and
320-
an "N", for compatibility. The more general solution is "\\N".)
318+
characters ("\") to double-backslashes ("\\") to ensure that they
319+
are loaded properly.
321320
</para>
322321
</refsect2>
323322

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp