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
9eff02f5
Commit
9eff02f5
authored
Oct 21, 2004
by
Tom Lane
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update obsolete comments about COPY vs INSERT options, per Uwe Schroeder.
parent
12a47c6a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
6 deletions
+9
-6
doc/src/sgml/ref/pg_dump.sgml
doc/src/sgml/ref/pg_dump.sgml
+9
-6
No files found.
doc/src/sgml/ref/pg_dump.sgml
View file @
9eff02f5
<!--
<!--
$PostgreSQL: pgsql/doc/src/sgml/ref/pg_dump.sgml,v 1.7
3 2004/07/13 02:59:49 momjian
Exp $
$PostgreSQL: pgsql/doc/src/sgml/ref/pg_dump.sgml,v 1.7
4 2004/10/21 22:48:54 tgl
Exp $
PostgreSQL documentation
PostgreSQL documentation
-->
-->
...
@@ -175,9 +175,11 @@ PostgreSQL documentation
...
@@ -175,9 +175,11 @@ PostgreSQL documentation
<listitem>
<listitem>
<para>
<para>
Dump data as <command>INSERT</command> commands (rather
Dump data as <command>INSERT</command> commands (rather
than <command>COPY</command>). This will make restoration very
than <command>COPY</command>). This will make restoration very slow;
slow, but it makes the archives more portable to other SQL database
it is mainly useful for making dumps that can be loaded into
management systems.
non-<productname>PostgreSQL</productname> databases. Note that
the restore may fail altogether if you have rearranged column order.
The <option>-D</option> option is safer, though even slower.
</para>
</para>
</listitem>
</listitem>
</varlistentry>
</varlistentry>
...
@@ -192,8 +194,9 @@ PostgreSQL documentation
...
@@ -192,8 +194,9 @@ PostgreSQL documentation
column names (<literal>INSERT INTO
column names (<literal>INSERT INTO
<replaceable>table</replaceable>
<replaceable>table</replaceable>
(<replaceable>column</replaceable>, ...) VALUES
(<replaceable>column</replaceable>, ...) VALUES
...</literal>). This will make restoration very slow,
...</literal>). This will make restoration very slow; it is mainly
but it is necessary if you desire to rearrange the column ordering.
useful for making dumps that can be loaded into
non-<productname>PostgreSQL</productname> databases.
</para>
</para>
</listitem>
</listitem>
</varlistentry>
</varlistentry>
...
...
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