mirror of
https://github.com/postgres/postgres.git
synced 2025-07-27 12:41:57 +03:00
Fixes: Incorrect syntax for copy command
By: Erich Stamberger <eberger@gewi.kfunigraz.ac.at>
This commit is contained in:
@ -1,14 +1,14 @@
|
|||||||
.\" This is -*-nroff-*-
|
.\" This is -*-nroff-*-
|
||||||
.\" XXX standard disclaimer belongs here....
|
.\" XXX standard disclaimer belongs here....
|
||||||
.\" $Header: /cvsroot/pgsql/doc/man/Attic/copy.l,v 1.3 1996/09/19 20:09:01 scrappy Exp $
|
.\" $Header: /cvsroot/pgsql/doc/man/Attic/copy.l,v 1.4 1996/10/30 06:19:53 scrappy Exp $
|
||||||
.TH COPY SQL 11/05/95 Postgres95 Postgres95
|
.TH COPY SQL 11/05/95 Postgres95 Postgres95
|
||||||
.SH NAME
|
.SH NAME
|
||||||
copy \(em copy data to or from a class from or to a Unix file.
|
copy \(em copy data to or from a class from or to a Unix file.
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
.nf
|
.nf
|
||||||
\fBcopy\fP [\fBbinary\fP] classname [\fBwith oids\fP]
|
\fBcopy\fP [\fBbinary\fP] classname [\fBwith oids\fP]
|
||||||
\fBto\fP|\fBfrom\fP "filename"|\fBstdin\fR|\fBstdout\fR
|
\fBto\fP|\fBfrom '\fPfilename\fB'\fP|\fBstdin\fR|\fBstdout\fR
|
||||||
[\fBusing delimiters\fP delim]
|
[\fBusing delimiters '\fPdelim\fB'\fP]
|
||||||
.fi
|
.fi
|
||||||
.SH DESCRIPTION
|
.SH DESCRIPTION
|
||||||
.BR Copy
|
.BR Copy
|
||||||
@ -24,7 +24,7 @@ copies the internal unique object id (OID) for each row.
|
|||||||
.IR Classname
|
.IR Classname
|
||||||
is the name of an existing class.
|
is the name of an existing class.
|
||||||
.IR Filename
|
.IR Filename
|
||||||
is the Unix pathname of the file. In place of a filename, the
|
is the absolute Unix pathname of the file. In place of a filename, the
|
||||||
keywords
|
keywords
|
||||||
.BR "stdin" " and " "stdout"
|
.BR "stdin" " and " "stdout"
|
||||||
can be used so that input to
|
can be used so that input to
|
||||||
|
Reference in New Issue
Block a user