Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit afa035c

Browse files
committed
Clarify schema meanings in pg_dump manual page by referring to object
definitions more frequently.
1 parent 732f2fd commit afa035c

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

doc/src/sgml/ref/pg_dump.sgml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$PostgreSQL: pgsql/doc/src/sgml/ref/pg_dump.sgml,v 1.71 2004/06/07 20:35:57 momjian Exp $
2+
$PostgreSQL: pgsql/doc/src/sgml/ref/pg_dump.sgml,v 1.72 2004/07/10 15:51:28 momjian Exp $
33
PostgreSQL documentation
44
-->
55

@@ -112,7 +112,7 @@ PostgreSQL documentation
112112
<term><option>--data-only</></term>
113113
<listitem>
114114
<para>
115-
Dump only the data, not the schema (data definitions).
115+
Dump only the data, not the object definitions (schema)
116116
</para>
117117

118118
<para>
@@ -233,7 +233,7 @@ PostgreSQL documentation
233233
<para>
234234
Output a <command>tar</command> archive suitable for input into
235235
<application>pg_restore</application>. Using this archive format
236-
allows reordering and/or exclusion of schema elements
236+
allows reordering and/or exclusion of database objects
237237
at the time the database is restored. It is also possible to limit
238238
which data is reloaded at restore time.
239239
</para>
@@ -246,8 +246,8 @@ PostgreSQL documentation
246246
<para>
247247
Output a custom archive suitable for input into
248248
<application>pg_restore</application>. This is the most flexible
249-
format in that it allows reordering of data load as well
250-
as schema elements. This format is also compressed by default.
249+
format in that it allows reordering of loading data as well
250+
as object definitions. This format is also compressed by default.
251251
</para>
252252
</listitem>
253253
</varlistentry>
@@ -322,7 +322,7 @@ PostgreSQL documentation
322322
ownership of objects to match the original database.
323323
By default, <application>pg_dump</application> issues
324324
<command>SET SESSION AUTHORIZATION</command>
325-
statements to set ownership of created schema elements.
325+
statements to set ownership of created database objects.
326326
These statements
327327
will fail when the script is run unless it is started by a superuser
328328
(or the same user that owns all of the objects in the script).
@@ -354,7 +354,7 @@ PostgreSQL documentation
354354
<term><option>--schema-only</option></term>
355355
<listitem>
356356
<para>
357-
Dump only the schema (data definitions), no data.
357+
Dump only the object definitions (schema), not data.
358358
</para>
359359
</listitem>
360360
</varlistentry>

0 commit comments

Comments
 (0)