From 42218f29af41c430b94e0d074f404816de4ba278 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Sun, 11 Nov 2012 22:50:24 -0500 Subject: [PATCH] doc: "only relevant" -> "relevant only" Karl O. Pinc --- doc/src/sgml/datatype.sgml | 2 +- doc/src/sgml/ref/pg_dump.sgml | 4 ++-- doc/src/sgml/ref/pg_dumpall.sgml | 4 ++-- doc/src/sgml/ref/pg_restore.sgml | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/doc/src/sgml/datatype.sgml b/doc/src/sgml/datatype.sgml index 71cf59e38b..02763b58e6 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 0d26f15c98..d936cf185d 100644 --- a/doc/src/sgml/ref/pg_dump.sgml +++ b/doc/src/sgml/ref/pg_dump.sgml @@ -430,7 +430,7 @@ PostgreSQL documentation Specify the superuser user name to use when disabling triggers. - This is only relevant if @@ -605,7 +605,7 @@ PostgreSQL documentation - This option is only relevant when creating a data-only dump. + This option is relevant only when creating a data-only dump. It instructs pg_dump 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 7c49c0364f..253ee01c0e 100644 --- a/doc/src/sgml/ref/pg_dumpall.sgml +++ b/doc/src/sgml/ref/pg_dumpall.sgml @@ -190,7 +190,7 @@ PostgreSQL documentation Specify the superuser user name to use when disabling triggers. - This is only relevant if @@ -283,7 +283,7 @@ PostgreSQL documentation - This option is only relevant when creating a data-only dump. + This option is relevant only when creating a data-only dump. It instructs pg_dumpall 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 d4f61669b8..1b9db6b0a4 100644 --- a/doc/src/sgml/ref/pg_restore.sgml +++ b/doc/src/sgml/ref/pg_restore.sgml @@ -390,7 +390,7 @@ Specify the superuser user name to use when disabling triggers. - This is only relevant if @@ -465,7 +465,7 @@ - This option is only relevant when performing a data-only restore. + This option is relevant only when performing a data-only restore. It instructs pg_restore to execute commands to temporarily disable triggers on the target tables while the data is reloaded. Use this if you have referential -- 2.40.0