1
1
<!--
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 $
3
3
PostgreSQL documentation
4
4
-->
5
5
@@ -112,7 +112,7 @@ PostgreSQL documentation
112
112
<term><option>--data-only</></term>
113
113
<listitem>
114
114
<para>
115
- Dump only the data, not the schema (data definitions).
115
+ Dump only the data, not the object definitions (schema)
116
116
</para>
117
117
118
118
<para>
@@ -233,7 +233,7 @@ PostgreSQL documentation
233
233
<para>
234
234
Output a <command>tar</command> archive suitable for input into
235
235
<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
237
237
at the time the database is restored. It is also possible to limit
238
238
which data is reloaded at restore time.
239
239
</para>
@@ -246,8 +246,8 @@ PostgreSQL documentation
246
246
<para>
247
247
Output a custom archive suitable for input into
248
248
<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.
251
251
</para>
252
252
</listitem>
253
253
</varlistentry>
@@ -322,7 +322,7 @@ PostgreSQL documentation
322
322
ownership of objects to match the original database.
323
323
By default, <application>pg_dump</application> issues
324
324
<command>SET SESSION AUTHORIZATION</command>
325
- statements to set ownership of created schema elements .
325
+ statements to set ownership of created database objects .
326
326
These statements
327
327
will fail when the script is run unless it is started by a superuser
328
328
(or the same user that owns all of the objects in the script).
@@ -354,7 +354,7 @@ PostgreSQL documentation
354
354
<term><option>--schema-only</option></term>
355
355
<listitem>
356
356
<para>
357
- Dump only the schema (data definitions), no data.
357
+ Dump only the object definitions (schema ), not data.
358
358
</para>
359
359
</listitem>
360
360
</varlistentry>
0 commit comments