aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Eisentraut <peter_e@gmx.net>2012-11-11 22:50:24 -0500
committerPeter Eisentraut <peter_e@gmx.net>2012-11-11 22:50:24 -0500
commit42218f29af41c430b94e0d074f404816de4ba278 (patch)
treecca663ad081610b0888adb5b49a8815061f7b2b4
parent34f3b396a6554903007031b0541781b7ecdd6e4d (diff)
downloadpostgresql-42218f29af41c430b94e0d074f404816de4ba278.tar.gz
postgresql-42218f29af41c430b94e0d074f404816de4ba278.zip
doc: "only relevant" -> "relevant only"
Karl O. Pinc
-rw-r--r--doc/src/sgml/datatype.sgml2
-rw-r--r--doc/src/sgml/ref/pg_dump.sgml4
-rw-r--r--doc/src/sgml/ref/pg_dumpall.sgml4
-rw-r--r--doc/src/sgml/ref/pg_restore.sgml4
4 files changed, 7 insertions, 7 deletions
diff --git a/doc/src/sgml/datatype.sgml b/doc/src/sgml/datatype.sgml
index 71cf59e38b9..02763b58e6c 100644
--- a/doc/src/sgml/datatype.sgml
+++ b/doc/src/sgml/datatype.sgml
@@ -3596,7 +3596,7 @@ SELECT person.name, holidays.num_weeks FROM person, holidays
as the canonical form for MAC addresses, and specifies the first
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
- 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
for bit reversal, and all accepted formats use the canonical LSB
order.
diff --git a/doc/src/sgml/ref/pg_dump.sgml b/doc/src/sgml/ref/pg_dump.sgml
index 0d26f15c98f..d936cf185df 100644
--- a/doc/src/sgml/ref/pg_dump.sgml
+++ b/doc/src/sgml/ref/pg_dump.sgml
@@ -430,7 +430,7 @@ PostgreSQL documentation
<listitem>
<para>
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
resulting script as superuser.)
</para>
@@ -605,7 +605,7 @@ PostgreSQL documentation
<term><option>--disable-triggers</></term>
<listitem>
<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
to temporarily disable triggers on the target tables while
the data is reloaded. Use this if you have referential
diff --git a/doc/src/sgml/ref/pg_dumpall.sgml b/doc/src/sgml/ref/pg_dumpall.sgml
index 7c49c0364fb..253ee01c0e4 100644
--- a/doc/src/sgml/ref/pg_dumpall.sgml
+++ b/doc/src/sgml/ref/pg_dumpall.sgml
@@ -190,7 +190,7 @@ PostgreSQL documentation
<listitem>
<para>
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
resulting script as superuser.)
</para>
@@ -283,7 +283,7 @@ PostgreSQL documentation
<term><option>--disable-triggers</></term>
<listitem>
<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
to temporarily disable triggers on the target tables while
the data is reloaded. Use this if you have referential
diff --git a/doc/src/sgml/ref/pg_restore.sgml b/doc/src/sgml/ref/pg_restore.sgml
index d4f61669b88..1b9db6b0a4a 100644
--- a/doc/src/sgml/ref/pg_restore.sgml
+++ b/doc/src/sgml/ref/pg_restore.sgml
@@ -390,7 +390,7 @@
<listitem>
<para>
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>
</listitem>
</varlistentry>
@@ -465,7 +465,7 @@
<term><option>--disable-triggers</></term>
<listitem>
<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
to temporarily disable triggers on the target tables while
the data is reloaded. Use this if you have referential