From 5b8793d3fc3f0799ec12ad889e1f626bdb0a1823 Mon Sep 17 00:00:00 2001 From: Ian Barwick Date: Wed, 25 Mar 2015 11:28:23 +0900 Subject: [PATCH] doc: misc typo fixes --- doc/overview.sgml | 8 ++++---- doc/quickstart.sgml | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/doc/overview.sgml b/doc/overview.sgml index 88a7d02bfb..3164eb1a46 100644 --- a/doc/overview.sgml +++ b/doc/overview.sgml @@ -312,7 +312,7 @@ Trigger-based replication also requires an external dæmon process on the sending and/or receiving side. &bdr; runs its management processes - inside PostgreSQL its self, so there's no separate replication process + inside PostgreSQL itself, so there's no separate replication process to manage. @@ -323,7 +323,7 @@ events and confirmations. Slony-I provides infrastructure for handling DDL while also running on unmodified PostgreSQL 9.4. Bucardo supports multi-master on unmodified PostgreSQL 9.4. So while &bdr; offers some - significant benfits it won't suit every need and every workload. Evaluate + significant benefits it won't suit every need and every workload. Evaluate your needs carefully before choosing a technology. @@ -382,7 +382,7 @@ the system very tolerant of latency between nodes, temporary network partitions or node outages, etc, and makes scale-out more efficient. - + &bdr; is a loosely coupled shared-nothing multi-master design. @@ -496,7 +496,7 @@ must manually synchronise database schema changes. Unlike &bdr;, there are no row-conflict resolution features in &udr;. - + &udr; is mainly useful for read-replicas and for performing minimal-downtime upgrades to new PostgreSQL versions (or to PostgreSQL 9.4 with &bdr;). It diff --git a/doc/quickstart.sgml b/doc/quickstart.sgml index 2cd2fe5ca3..52af2adf52 100644 --- a/doc/quickstart.sgml +++ b/doc/quickstart.sgml @@ -17,7 +17,7 @@ For this Quick Start example, we are setting up a two node cluster with two PostgreSQL instances on the same server. We are using the terms node and instance - interchangebly. + interchangeably. @@ -36,8 +36,8 @@ If you just want to try BDR out quickly and you're on a Linux system (or have a Linux VM to play with), you can run a script that'll set up a temporary BDR install in your home directory. - this installation method is only suitable for trying out BDR, not for production or for use on a - system with valuable data on it. + This installation method is only suitable for trying out BDR, not for production or for use on a + system with valuable data on it. To install the latest stable release, run: $ curl -s "http://git.postgresql.org/gitweb/?p=2ndquadrant_bdr.git;a=blob_plain;f=scripts/bdr_quickstart.sh;hb=bdr-plugin/next" | bash -- 2.39.5