diff options
author | Robert Haas <rhaas@postgresql.org> | 2012-04-13 12:47:23 -0400 |
---|---|---|
committer | Robert Haas <rhaas@postgresql.org> | 2012-04-13 12:47:23 -0400 |
commit | 7167fcd21bc05e9114b1ededb835c5bc8610a6b0 (patch) | |
tree | 5b04f9363c890f0921d68190fa6588b443d76bfc | |
parent | 61167bfaf2af3bc0bbf3ba9c8ff14f10a483f9ff (diff) | |
download | postgresql-7167fcd21bc05e9114b1ededb835c5bc8610a6b0.tar.gz postgresql-7167fcd21bc05e9114b1ededb835c5bc8610a6b0.zip |
Grammar corrections.
Christoph Berg
-rw-r--r-- | doc/src/sgml/high-availability.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/high-availability.sgml b/doc/src/sgml/high-availability.sgml index e4f2e0163b8..64e4319bf6d 100644 --- a/doc/src/sgml/high-availability.sgml +++ b/doc/src/sgml/high-availability.sgml @@ -1022,7 +1022,7 @@ primary_conninfo = 'host=192.168.1.50 port=5432 user=foo password=foopass' <para> Users will stop waiting if a fast shutdown is requested. However, as - when using asynchronous replication, the server will does not fully + when using asynchronous replication, the server will not fully shutdown until all outstanding WAL records are transferred to the currently connected standby servers. </para> @@ -1126,7 +1126,7 @@ primary_conninfo = 'host=192.168.1.50 port=5432 user=foo password=foopass' <para> If you need to re-create a standby server while transactions are - waiting, make sure that the commands to run pg_start_backup() and + waiting, make sure that the commands pg_start_backup() and pg_stop_backup() are run in a session with <varname>synchronous_commit</> = <literal>off</>, otherwise those requests will wait forever for the standby to appear. |