Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitafa035c

Browse files
committed
Clarify schema meanings in pg_dump manual page by referring to object
definitions more frequently.
1 parent732f2fd commitafa035c

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 theschema (datadefinitions).
115+
Dump only the data, not theobjectdefinitions (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
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 createdschema elements.
325+
statements to set ownership of createddatabase 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 theschema (datadefinitions),no data.
357+
Dump only theobjectdefinitions (schema),not data.
358358
</para>
359359
</listitem>
360360
</varlistentry>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp