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
7d672e1e
Commit
7d672e1e
authored
Dec 20, 2009
by
Robert Haas
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix two small typos in Hot Standby docs.
John Naylor
parent
8f649c9a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
doc/src/sgml/backup.sgml
doc/src/sgml/backup.sgml
+3
-3
No files found.
doc/src/sgml/backup.sgml
View file @
7d672e1e
<!-- $PostgreSQL: pgsql/doc/src/sgml/backup.sgml,v 2.13
2 2009/12/19 17:49:50 momjian
Exp $ -->
<!-- $PostgreSQL: pgsql/doc/src/sgml/backup.sgml,v 2.13
3 2009/12/20 03:49:58 rhaas
Exp $ -->
<chapter id="backup">
<title>Backup and Restore</title>
...
...
@@ -2018,7 +2018,7 @@ if (!triggered)
<itemizedlist>
<listitem>
<para>
Data
Defini
tion Language (DML) - INSERT, UPDATE, DELETE, COPY FROM, TRUNCATE.
Data
Manipula
tion Language (DML) - INSERT, UPDATE, DELETE, COPY FROM, TRUNCATE.
Note that there are no allowed actions that result in a trigger
being executed during recovery.
</para>
...
...
@@ -2164,7 +2164,7 @@ if (!triggered)
<listitem>
<para>
Dropping tablespaces on the primary while standby queries are using
those tablespace for temporary work files (work_mem overflow)
those tablespace
s
for temporary work files (work_mem overflow)
</para>
</listitem>
<listitem>
...
...
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