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
afa035c2
Commit
afa035c2
authored
20 years ago
by
Bruce Momjian
Browse files
Options
Downloads
Patches
Plain Diff
Clarify schema meanings in pg_dump manual page by referring to object
definitions more frequently.
parent
732f2fda
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/src/sgml/ref/pg_dump.sgml
+7
-7
7 additions, 7 deletions
doc/src/sgml/ref/pg_dump.sgml
with
7 additions
and
7 deletions
doc/src/sgml/ref/pg_dump.sgml
+
7
−
7
View file @
afa035c2
<!--
$PostgreSQL: pgsql/doc/src/sgml/ref/pg_dump.sgml,v 1.7
1
2004/0
6/07 20:35:57
momjian Exp $
$PostgreSQL: pgsql/doc/src/sgml/ref/pg_dump.sgml,v 1.7
2
2004/0
7/10 15:51:28
momjian Exp $
PostgreSQL documentation
-->
...
...
@@ -112,7 +112,7 @@ PostgreSQL documentation
<term><option>--data-only</></term>
<listitem>
<para>
Dump only the data, not the
schema (data
definitions)
.
Dump only the data, not the
object
definitions
(schema
)
</para>
<para>
...
...
@@ -233,7 +233,7 @@ PostgreSQL documentation
<para>
Output a <command>tar</command> archive suitable for input into
<application>pg_restore</application>. Using this archive format
allows reordering and/or exclusion of
schema elemen
ts
allows reordering and/or exclusion of
database objec
ts
at the time the database is restored. It is also possible to limit
which data is reloaded at restore time.
</para>
...
...
@@ -246,8 +246,8 @@ PostgreSQL documentation
<para>
Output a custom archive suitable for input into
<application>pg_restore</application>. This is the most flexible
format in that it allows reordering of
data load
as well
as
schema element
s. This format is also compressed by default.
format in that it allows reordering of
loading data
as well
as
object definition
s. This format is also compressed by default.
</para>
</listitem>
</varlistentry>
...
...
@@ -322,7 +322,7 @@ PostgreSQL documentation
ownership of objects to match the original database.
By default, <application>pg_dump</application> issues
<command>SET SESSION AUTHORIZATION</command>
statements to set ownership of created
schema elemen
ts.
statements to set ownership of created
database objec
ts.
These statements
will fail when the script is run unless it is started by a superuser
(or the same user that owns all of the objects in the script).
...
...
@@ -354,7 +354,7 @@ PostgreSQL documentation
<term><option>--schema-only</option></term>
<listitem>
<para>
Dump only the
schema (data
definitions), no data.
Dump only the
object
definitions
(schema
), no
t
data.
</para>
</listitem>
</varlistentry>
...
...
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