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
e9888c2a
Commit
e9888c2a
authored
Aug 02, 2016
by
Peter Eisentraut
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc: Whitespace fixes in man pages
parent
f6ced51f
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
11 deletions
+4
-11
doc/src/sgml/ref/drop_access_method.sgml
doc/src/sgml/ref/drop_access_method.sgml
+0
-3
doc/src/sgml/ref/insert.sgml
doc/src/sgml/ref/insert.sgml
+1
-2
doc/src/sgml/ref/pgupgrade.sgml
doc/src/sgml/ref/pgupgrade.sgml
+3
-6
No files found.
doc/src/sgml/ref/drop_access_method.sgml
View file @
e9888c2a
...
...
@@ -32,9 +32,6 @@ DROP ACCESS METHOD [ IF EXISTS ] <replaceable class="parameter">name</replaceabl
<command>DROP ACCESS METHOD</command> removes an existing access method.
Only superusers can drop access methods.
</para>
<para>
</para>
</refsect1>
<refsect1>
...
...
doc/src/sgml/ref/insert.sgml
View file @
e9888c2a
...
...
@@ -295,8 +295,7 @@ INSERT INTO <replaceable class="PARAMETER">table_name</replaceable> [ AS <replac
inference, it consists of one or more <replaceable
class="PARAMETER">index_column_name</replaceable> columns and/or
<replaceable class="PARAMETER">index_expression</replaceable>
expressions, and an optional <replaceable class="PARAMETER">
index_predicate</replaceable>. All <replaceable
expressions, and an optional <replaceable class="PARAMETER">index_predicate</replaceable>. All <replaceable
class="PARAMETER">table_name</replaceable> unique indexes that,
without regard to order, contain exactly the
<parameter>conflict_target</parameter>-specified
...
...
doc/src/sgml/ref/pgupgrade.sgml
View file @
e9888c2a
...
...
@@ -410,8 +410,7 @@ pg_upgrade.exe
</step>
<step>
<title>Upgrade Streaming Replication and Log-Shipping standby
servers</title>
<title>Upgrade Streaming Replication and Log-Shipping standby servers</title>
<para>
If you have Streaming Replication (see <xref
...
...
@@ -434,8 +433,7 @@ pg_upgrade.exe
</step>
<step>
<title>Make sure the new standby data directories do <emphasis>not</>
exist</title>
<title>Make sure the new standby data directories do <emphasis>not</> exist</title>
<para>
Make sure the new standby data directories do <emphasis>not</>
...
...
@@ -514,8 +512,7 @@ rsync --archive --delete --hard-links --size-only old_pgdata new_pgdata remote_d
</step>
<step>
<title>Configure streaming replication and log-shipping standby
servers</title>
<title>Configure streaming replication and log-shipping standby servers</title>
<para>
Configure the servers for log shipping. (You do not need to run
...
...
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