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
9529f4d5
Commit
9529f4d5
authored
Feb 18, 2010
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add missing close tag.
parent
1bee1a37
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
doc/src/sgml/high-availability.sgml
doc/src/sgml/high-availability.sgml
+2
-2
No files found.
doc/src/sgml/high-availability.sgml
View file @
9529f4d5
<!-- $PostgreSQL: pgsql/doc/src/sgml/high-availability.sgml,v 1.4
5 2010/02/18 03:16:09
momjian Exp $ -->
<!-- $PostgreSQL: pgsql/doc/src/sgml/high-availability.sgml,v 1.4
6 2010/02/18 04:14:38
momjian Exp $ -->
<chapter id="high-availability">
<chapter id="high-availability">
<title>High Availability, Load Balancing, and Replication</title>
<title>High Availability, Load Balancing, and Replication</title>
...
@@ -1257,7 +1257,7 @@ primary_conninfo = 'host=192.168.1.50 port=5432 user=foo password=foopass'
...
@@ -1257,7 +1257,7 @@ primary_conninfo = 'host=192.168.1.50 port=5432 user=foo password=foopass'
recovery is to allow the last two actions, so there are small and
recovery is to allow the last two actions, so there are small and
subtle differences in behaviour between read-only transactions
subtle differences in behaviour between read-only transactions
run on a standby and run during normal operation.
run on a standby and run during normal operation.
It is possible that <command>LISTEN, <command>UNLISTEN</>,
It is possible that <command>LISTEN
</>
, <command>UNLISTEN</>,
<command>NOTIFY</>, and temporary tables might be allowed in a
<command>NOTIFY</>, and temporary tables might be allowed in a
future release.
future release.
</para>
</para>
...
...
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