Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
42218f29
Commit
42218f29
authored
Nov 11, 2012
by
Peter Eisentraut
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc: "only relevant" -> "relevant only"
Karl O. Pinc
parent
34f3b396
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
7 deletions
+7
-7
doc/src/sgml/datatype.sgml
doc/src/sgml/datatype.sgml
+1
-1
doc/src/sgml/ref/pg_dump.sgml
doc/src/sgml/ref/pg_dump.sgml
+2
-2
doc/src/sgml/ref/pg_dumpall.sgml
doc/src/sgml/ref/pg_dumpall.sgml
+2
-2
doc/src/sgml/ref/pg_restore.sgml
doc/src/sgml/ref/pg_restore.sgml
+2
-2
No files found.
doc/src/sgml/datatype.sgml
View file @
42218f29
...
...
@@ -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.
...
...
doc/src/sgml/ref/pg_dump.sgml
View file @
42218f29
...
...
@@ -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
...
...
doc/src/sgml/ref/pg_dumpall.sgml
View file @
42218f29
...
...
@@ -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
...
...
doc/src/sgml/ref/pg_restore.sgml
View file @
42218f29
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment