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
1bc8acca
Commit
1bc8acca
authored
Feb 23, 2010
by
Tom Lane
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Clarify statements about tar archive format.
parent
8a12aac3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
12 deletions
+16
-12
doc/src/sgml/ref/pg_dump.sgml
doc/src/sgml/ref/pg_dump.sgml
+16
-12
No files found.
doc/src/sgml/ref/pg_dump.sgml
View file @
1bc8acca
<!--
<!--
$PostgreSQL: pgsql/doc/src/sgml/ref/pg_dump.sgml,v 1.11
6 2010/02/19 14:36:45 momjian
Exp $
$PostgreSQL: pgsql/doc/src/sgml/ref/pg_dump.sgml,v 1.11
7 2010/02/23 17:28:09 tgl
Exp $
PostgreSQL documentation
PostgreSQL documentation
-->
-->
...
@@ -77,8 +77,8 @@ PostgreSQL documentation
...
@@ -77,8 +77,8 @@ PostgreSQL documentation
the <quote>custom</quote> format (<option>-Fc</option>). It allows
the <quote>custom</quote> format (<option>-Fc</option>). It allows
for selection and reordering of all archived items, and is compressed
for selection and reordering of all archived items, and is compressed
by default. The <application>tar</application> format
by default. The <application>tar</application> format
(<option>-Ft</option>) is not compressed and
it is not possible to
(<option>-Ft</option>) is not compressed and
has restrictions on
reorder data when loading, but it is otherwise quite flexible;
reorder
ing
data when loading, but it is otherwise quite flexible;
moreover, it can be manipulated with standard Unix tools such as
moreover, it can be manipulated with standard Unix tools such as
<command>tar</command>.
<command>tar</command>.
</para>
</para>
...
@@ -224,10 +224,11 @@ PostgreSQL documentation
...
@@ -224,10 +224,11 @@ PostgreSQL documentation
<term><literal>custom</></term>
<term><literal>custom</></term>
<listitem>
<listitem>
<para>
<para>
Output a custom archive suitable for input into
Output a custom-format archive suitable for input into
<application>pg_restore</application>. This is the most flexible
<application>pg_restore</application>.
format in that it allows reordering of loading data as well
This is the most flexible output format in that it allows manual
as object definitions. This format is also compressed by default.
selection and reordering of archived items during restore.
This format is also compressed by default.
</para>
</para>
</listitem>
</listitem>
</varlistentry>
</varlistentry>
...
@@ -237,11 +238,14 @@ PostgreSQL documentation
...
@@ -237,11 +238,14 @@ PostgreSQL documentation
<term><literal>tar</></term>
<term><literal>tar</></term>
<listitem>
<listitem>
<para>
<para>
Output a <command>tar</command> archive suitable for input into
Output a <command>tar</command>-format archive suitable for input
<application>pg_restore</application>. Using this archive format
into <application>pg_restore</application>.
allows reordering and/or exclusion of database objects
This output format allows manual selection and reordering of
at the time the database is restored. It is also possible to limit
archived items during restore, but there is a restriction: the
which data is reloaded at restore time.
relative order of table data items cannot be changed during
restore. Also, <command>tar</command> format does not support
compression and has a limit of 8 GB on the size of individual
tables.
</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