Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
postgres-lambda-diff
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jakob Huber
postgres-lambda-diff
Commits
c86e85df
Commit
c86e85df
authored
27 years ago
by
Bruce Momjian
Browse files
Options
Downloads
Patches
Plain Diff
Update COPY manual page to remove unneeded warnings.
parent
9db76f38
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/man/copy.l
+1
-11
1 addition, 11 deletions
src/man/copy.l
with
1 addition
and
11 deletions
src/man/copy.l
+
1
−
11
View file @
c86e85df
.\" This is -*-nroff-*-
.\" This is -*-nroff-*-
.\" XXX standard disclaimer belongs here....
.\" XXX standard disclaimer belongs here....
.\" $Header: /cvsroot/pgsql/src/man/Attic/copy.l,v 1.
2
199
6/12/11 00:27:09
momjian Exp $
.\" $Header: /cvsroot/pgsql/src/man/Attic/copy.l,v 1.
3
199
7/07/29 21:43:40
momjian Exp $
.TH COPY SQL 11/05/95 PostgreSQL PostgreSQL
.TH COPY SQL 11/05/95 PostgreSQL PostgreSQL
.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.
...
@@ -41,10 +41,6 @@ than as ASCII text. It is somewhat faster than the normal
...
@@ -41,10 +41,6 @@ than as ASCII text. It is somewhat faster than the normal
command, but is not generally portable, and the files generated are
command, but is not generally portable, and the files generated are
somewhat larger, although this factor is highly dependent on the data
somewhat larger, although this factor is highly dependent on the data
itself.
itself.
When copying in, the
.BR "with oids"
keyword should only be used on an empty database because
the loaded oids could conflict with existing oids.
By default, a ASCII
By default, a ASCII
.BR copy
.BR copy
uses a tab (\\t) character as a delimiter. The delimiter may also be changed
uses a tab (\\t) character as a delimiter. The delimiter may also be changed
...
@@ -169,9 +165,3 @@ yield unexpected results for the naive user. In this case,
...
@@ -169,9 +165,3 @@ yield unexpected results for the naive user. In this case,
.SM $PGDATA\c
.SM $PGDATA\c
/foo. In general, the full pathname should be used when specifying
/foo. In general, the full pathname should be used when specifying
files to be copied.
files to be copied.
.PP
.BR Copy
has virtually no error checking, and a malformed input file will
likely cause the backend to crash. You should avoid using
.BR copy
for input whenever possible.
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment