diff options
Diffstat (limited to 'src/man/copy.l')
-rw-r--r-- | src/man/copy.l | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/man/copy.l b/src/man/copy.l index 9a0499ddc6..cdc7a96561 100644 --- a/src/man/copy.l +++ b/src/man/copy.l @@ -1,7 +1,7 @@ .\" This is -*-nroff-*- .\" XXX standard disclaimer belongs here.... -.\" $Header: /cvsroot/pgsql/src/man/Attic/copy.l,v 1.1 1996/11/14 10:15:39 scrappy Exp $ -.TH COPY SQL 11/05/95 Postgres95 Postgres95 +.\" $Header: /cvsroot/pgsql/src/man/Attic/copy.l,v 1.2 1996/12/11 00:27:09 momjian Exp $ +.TH COPY SQL 11/05/95 PostgreSQL PostgreSQL .SH NAME copy \(em copy data to or from a class from or to a Unix file. .SH SYNOPSIS @@ -101,7 +101,7 @@ attributes are output as \\N. A literal backslash character is output as two consecutive backslashes. A literal tab character is represented as a backslash and a tab. A literal newline character is represented as a backslash and a newline. -When loading ASCII data not generated by Postgres95, you will need to +When loading ASCII data not generated by PostgreSQL, you will need to convert backslash characters (\\) to double-backslashes (\\\\) so they are loaded properly. .SS "BINARY COPY FORMAT" |