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

Commitda7f60c

Browse files
committed
Fixes: Incorrect syntax for copy command
By: Erich Stamberger <eberger@gewi.kfunigraz.ac.at>
1 parent552620c commitda7f60c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

‎doc/man/copy.l

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
.\" This is -*-nroff-*-
22
.\" XXX standard disclaimer belongs here....
3-
.\" $Header: /cvsroot/pgsql/doc/man/Attic/copy.l,v 1.3 1996/09/19 20:09:01 scrappy Exp $
3+
.\" $Header: /cvsroot/pgsql/doc/man/Attic/copy.l,v 1.4 1996/10/30 06:19:53 scrappy Exp $
44
.TH COPY SQL 11/05/95 Postgres95 Postgres95
55
.SH NAME
66
copy\(em copy data to or from a class from or to a Unix file.
77
.SH SYNOPSIS
88
.nf
99
\fBcopy\fP [\fBbinary\fP] classname [\fBwithoids\fP]
10-
\fBto\fP|\fBfrom\fP "filename"|\fBstdin\fR|\fBstdout\fR
11-
[\fBusingdelimiters\fP delim]
10+
\fBto\fP|\fBfrom'\fPfilename\fB'\fP|\fBstdin\fR|\fBstdout\fR
11+
[\fBusingdelimiters'\fPdelim\fB'\fP]
1212
.fi
1313
.SH DESCRIPTION
1414
.BR Copy
@@ -24,7 +24,7 @@ copies the internal unique object id (OID) for each row.
2424
.IR Classname
2525
is the name of an existing class.
2626
.IR Filename
27-
is the Unix pathname of the file. In place of a filename, the
27+
is theabsoluteUnix pathname of the file. In place of a filename, the
2828
keywords
2929
.BR"stdin"" and""stdout"
3030
can be used so that input to

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp