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
a2367f89
Commit
a2367f89
authored
Sep 05, 2009
by
Tom Lane
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add a note warning that COPY BINARY is very datatype-specific.
Per a complaint from Gordon Shannon.
parent
e3b3878a
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
35 additions
and
31 deletions
+35
-31
doc/src/sgml/ref/copy.sgml
doc/src/sgml/ref/copy.sgml
+35
-31
No files found.
doc/src/sgml/ref/copy.sgml
View file @
a2367f89
<!--
<!--
$PostgreSQL: pgsql/doc/src/sgml/ref/copy.sgml,v 1.8
6 2009/07/25 00:07:10 adunstan
Exp $
$PostgreSQL: pgsql/doc/src/sgml/ref/copy.sgml,v 1.8
7 2009/09/05 23:58:01 tgl
Exp $
PostgreSQL documentation
PostgreSQL documentation
-->
-->
...
@@ -300,6 +300,10 @@ COPY <replaceable class="parameter">count</replaceable>
...
@@ -300,6 +300,10 @@ COPY <replaceable class="parameter">count</replaceable>
somewhat faster than the normal text mode, but a binary-format
somewhat faster than the normal text mode, but a binary-format
file is less portable across machine architectures and
file is less portable across machine architectures and
<productname>PostgreSQL</productname> versions.
<productname>PostgreSQL</productname> versions.
Also, the binary format is very data type specific; for example
it will not work to output binary data from a <type>smallint</> column
and read it into an <type>integer</> column, even though that would work
fine in text format.
</para>
</para>
<para>
<para>
...
...
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