mirror of
https://github.com/postgres/postgres.git
synced 2025-04-24 10:47:04 +03:00
doc: "only relevant" -> "relevant only"
Karl O. Pinc
This commit is contained in:
parent
34f3b396a6
commit
42218f29af
@ -3596,7 +3596,7 @@ SELECT person.name, holidays.num_weeks FROM person, holidays
|
|||||||
as the canonical form for MAC addresses, and specifies the first
|
as the canonical form for MAC addresses, and specifies the first
|
||||||
form (with colons) as the bit-reversed notation, so that
|
form (with colons) as the bit-reversed notation, so that
|
||||||
08-00-2b-01-02-03 = 01:00:4D:08:04:0C. This convention is widely
|
08-00-2b-01-02-03 = 01:00:4D:08:04:0C. This convention is widely
|
||||||
ignored nowadays, and it is only relevant for obsolete network
|
ignored nowadays, and it is relevant only for obsolete network
|
||||||
protocols (such as Token Ring). PostgreSQL makes no provisions
|
protocols (such as Token Ring). PostgreSQL makes no provisions
|
||||||
for bit reversal, and all accepted formats use the canonical LSB
|
for bit reversal, and all accepted formats use the canonical LSB
|
||||||
order.
|
order.
|
||||||
|
@ -430,7 +430,7 @@ PostgreSQL documentation
|
|||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
Specify the superuser user name to use when disabling triggers.
|
Specify the superuser user name to use when disabling triggers.
|
||||||
This is only relevant if <option>--disable-triggers</> is used.
|
This is relevant only if <option>--disable-triggers</> is used.
|
||||||
(Usually, it's better to leave this out, and instead start the
|
(Usually, it's better to leave this out, and instead start the
|
||||||
resulting script as superuser.)
|
resulting script as superuser.)
|
||||||
</para>
|
</para>
|
||||||
@ -605,7 +605,7 @@ PostgreSQL documentation
|
|||||||
<term><option>--disable-triggers</></term>
|
<term><option>--disable-triggers</></term>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
This option is only relevant when creating a data-only dump.
|
This option is relevant only when creating a data-only dump.
|
||||||
It instructs <application>pg_dump</application> to include commands
|
It instructs <application>pg_dump</application> to include commands
|
||||||
to temporarily disable triggers on the target tables while
|
to temporarily disable triggers on the target tables while
|
||||||
the data is reloaded. Use this if you have referential
|
the data is reloaded. Use this if you have referential
|
||||||
|
@ -190,7 +190,7 @@ PostgreSQL documentation
|
|||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
Specify the superuser user name to use when disabling triggers.
|
Specify the superuser user name to use when disabling triggers.
|
||||||
This is only relevant if <option>--disable-triggers</> is used.
|
This is relevant only if <option>--disable-triggers</> is used.
|
||||||
(Usually, it's better to leave this out, and instead start the
|
(Usually, it's better to leave this out, and instead start the
|
||||||
resulting script as superuser.)
|
resulting script as superuser.)
|
||||||
</para>
|
</para>
|
||||||
@ -283,7 +283,7 @@ PostgreSQL documentation
|
|||||||
<term><option>--disable-triggers</></term>
|
<term><option>--disable-triggers</></term>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
This option is only relevant when creating a data-only dump.
|
This option is relevant only when creating a data-only dump.
|
||||||
It instructs <application>pg_dumpall</application> to include commands
|
It instructs <application>pg_dumpall</application> to include commands
|
||||||
to temporarily disable triggers on the target tables while
|
to temporarily disable triggers on the target tables while
|
||||||
the data is reloaded. Use this if you have referential
|
the data is reloaded. Use this if you have referential
|
||||||
|
@ -390,7 +390,7 @@
|
|||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
Specify the superuser user name to use when disabling triggers.
|
Specify the superuser user name to use when disabling triggers.
|
||||||
This is only relevant if <option>--disable-triggers</> is used.
|
This is relevant only if <option>--disable-triggers</> is used.
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
@ -465,7 +465,7 @@
|
|||||||
<term><option>--disable-triggers</></term>
|
<term><option>--disable-triggers</></term>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
This option is only relevant when performing a data-only restore.
|
This option is relevant only when performing a data-only restore.
|
||||||
It instructs <application>pg_restore</application> to execute commands
|
It instructs <application>pg_restore</application> to execute commands
|
||||||
to temporarily disable triggers on the target tables while
|
to temporarily disable triggers on the target tables while
|
||||||
the data is reloaded. Use this if you have referential
|
the data is reloaded. Use this if you have referential
|
||||||
|
Loading…
x
Reference in New Issue
Block a user