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 $
33PostgreSQL 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 theschema (data definitions).
115+ Dump only the data, not theobject 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 ofschema elements
236+ allows reordering and/or exclusion ofdatabase 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 ofdata load as well
250- asschema elements . This format is also compressed by default.
249+ format in that it allows reordering ofloading data as well
250+ asobject definitions . This format is also compressed by default.
251251 </para>
252252 </listitem>
253253 </varlistentry>
@@ -322,7 +322,7 @@ PostgreSQL documentation
322322ownership of objects to match the original database.
323323By default, <application>pg_dump</application> issues
324324<command>SET SESSION AUTHORIZATION</command>
325- statements to set ownership of createdschema elements .
325+ statements to set ownership of createddatabase objects .
326326These statements
327327will 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 theschema (data definitions),no data.
357+ Dump only theobject definitions (schema ),not data.
358358 </para>
359359 </listitem>
360360 </varlistentry>