Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
da7f60c9
Commit
da7f60c9
authored
Oct 30, 1996
by
Marc G. Fournier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixes: Incorrect syntax for copy command
By: Erich Stamberger <eberger@gewi.kfunigraz.ac.at>
parent
552620c8
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
doc/man/copy.l
doc/man/copy.l
+4
-4
No files found.
doc/man/copy.l
View file @
da7f60c9
.\" 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.
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment