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
c7d7c15b
Commit
c7d7c15b
authored
Jan 16, 2008
by
Andrew Dunstan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Document the fact that COPY always uses the client encoding.
parent
97e3a6e9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
1 deletion
+9
-1
doc/src/sgml/ref/copy.sgml
doc/src/sgml/ref/copy.sgml
+9
-1
No files found.
doc/src/sgml/ref/copy.sgml
View file @
c7d7c15b
<!--
$PostgreSQL: pgsql/doc/src/sgml/ref/copy.sgml,v 1.8
0 2007/04/18 02:28:22 momji
an Exp $
$PostgreSQL: pgsql/doc/src/sgml/ref/copy.sgml,v 1.8
1 2008/01/16 22:07:04 adunst
an Exp $
PostgreSQL documentation
-->
...
...
@@ -353,6 +353,13 @@ COPY <replaceable class="parameter">count</replaceable>
using <command>COPY TO</>.
</para>
<para>
Input data is interpreted according to the current client encoding,
and output data is encoded in the the current client encoding, even
if the data does not pass through the client but is read from or
written to a file.
</para>
<para>
<command>COPY</command> stops operation at the first error. This
should not lead to problems in the event of a <command>COPY
...
...
@@ -363,6 +370,7 @@ COPY <replaceable class="parameter">count</replaceable>
happened well into a large copy operation. You might wish to invoke
<command>VACUUM</command> to recover the wasted space.
</para>
</refsect1>
<refsect1>
...
...
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