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
46bbe5d7
Commit
46bbe5d7
authored
Jul 01, 2021
by
Peter Eisentraut
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc: Clean up title case use
parent
100e9ae5
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
doc/src/sgml/appendix-obsolete-default-roles.sgml
doc/src/sgml/appendix-obsolete-default-roles.sgml
+1
-1
doc/src/sgml/btree.sgml
doc/src/sgml/btree.sgml
+1
-1
doc/src/sgml/logicaldecoding.sgml
doc/src/sgml/logicaldecoding.sgml
+1
-1
No files found.
doc/src/sgml/appendix-obsolete-default-roles.sgml
View file @
46bbe5d7
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
-->
-->
<sect1 id="default-roles" xreflabel="default-roles">
<sect1 id="default-roles" xreflabel="default-roles">
<title>Default Roles
r
enamed to Predefined Roles</title>
<title>Default Roles
R
enamed to Predefined Roles</title>
<indexterm>
<indexterm>
<primary>default-roles</primary>
<primary>default-roles</primary>
...
...
doc/src/sgml/btree.sgml
View file @
46bbe5d7
...
@@ -630,7 +630,7 @@ options(<replaceable>relopts</replaceable> <type>local_relopts *</type>) returns
...
@@ -630,7 +630,7 @@ options(<replaceable>relopts</replaceable> <type>local_relopts *</type>) returns
</sect2>
</sect2>
<sect2 id="btree-deletion">
<sect2 id="btree-deletion">
<title>Bottom-up
index d
eletion</title>
<title>Bottom-up
Index D
eletion</title>
<para>
<para>
B-Tree indexes are not directly aware that under MVCC, there might
B-Tree indexes are not directly aware that under MVCC, there might
be multiple extant versions of the same logical table row; to an
be multiple extant versions of the same logical table row; to an
...
...
doc/src/sgml/logicaldecoding.sgml
View file @
46bbe5d7
...
@@ -1248,7 +1248,7 @@ stream_commit_cb(...); <-- commit of the streamed transaction
...
@@ -1248,7 +1248,7 @@ stream_commit_cb(...); <-- commit of the streamed transaction
</sect1>
</sect1>
<sect1 id="logicaldecoding-two-phase-commits">
<sect1 id="logicaldecoding-two-phase-commits">
<title>Two-phase
commit s
upport for Logical Decoding</title>
<title>Two-phase
Commit S
upport for Logical Decoding</title>
<para>
<para>
With the basic output plugin callbacks (eg., <function>begin_cb</function>,
With the basic output plugin callbacks (eg., <function>begin_cb</function>,
...
...
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