aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2006-10-26 15:26:54 +0000
committerBruce Momjian <bruce@momjian.us>2006-10-26 15:26:54 +0000
commit2cbdb5522bd91929ef13c1164ac4b39007a60d73 (patch)
tree5f50505b978eacd5cf3203ef07ea4ad854a43e05
parent76d5f6f0355e3e4b448a9e4e8a393672f4730ac7 (diff)
downloadpostgresql-2cbdb5522bd91929ef13c1164ac4b39007a60d73.tar.gz
postgresql-2cbdb5522bd91929ef13c1164ac4b39007a60d73.zip
Add documentation section on failover, replication, load balancing, and
clustering options.
-rw-r--r--doc/src/sgml/filelist.sgml3
-rw-r--r--doc/src/sgml/postgres.sgml3
2 files changed, 4 insertions, 2 deletions
diff --git a/doc/src/sgml/filelist.sgml b/doc/src/sgml/filelist.sgml
index 7a8e37dd197..945b08375fc 100644
--- a/doc/src/sgml/filelist.sgml
+++ b/doc/src/sgml/filelist.sgml
@@ -1,4 +1,4 @@
-<!-- $PostgreSQL: pgsql/doc/src/sgml/filelist.sgml,v 1.47 2006/09/14 11:16:27 teodor Exp $ -->
+<!-- $PostgreSQL: pgsql/doc/src/sgml/filelist.sgml,v 1.48 2006/10/26 15:26:54 momjian Exp $ -->
<!entity history SYSTEM "history.sgml">
<!entity info SYSTEM "info.sgml">
@@ -34,6 +34,7 @@
<!entity charset SYSTEM "charset.sgml">
<!entity client-auth SYSTEM "client-auth.sgml">
<!entity diskusage SYSTEM "diskusage.sgml">
+<!entity failover SYSTEM "failover.sgml">
<!entity installation SYSTEM "installation.sgml">
<!entity installw SYSTEM "install-win32.sgml">
<!entity maintenance SYSTEM "maintenance.sgml">
diff --git a/doc/src/sgml/postgres.sgml b/doc/src/sgml/postgres.sgml
index 9ef86f403f7..bba2bcd6019 100644
--- a/doc/src/sgml/postgres.sgml
+++ b/doc/src/sgml/postgres.sgml
@@ -1,4 +1,4 @@
-<!-- $PostgreSQL: pgsql/doc/src/sgml/postgres.sgml,v 1.78 2006/09/14 13:40:28 teodor Exp $ -->
+<!-- $PostgreSQL: pgsql/doc/src/sgml/postgres.sgml,v 1.79 2006/10/26 15:26:54 momjian Exp $ -->
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook V4.2//EN" [
@@ -151,6 +151,7 @@
&charset;
&maintenance;
&backup;
+ &failover;
&monitoring;
&diskusage;
&wal;