diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2015-12-24 10:23:44 -0500 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2015-12-24 10:23:44 -0500 |
commit | bee172fcd586bccd3a3ba067592d639b7600aa04 (patch) | |
tree | 375321bf10136cffdca9c6b908dccd67e29529a7 /doc/src | |
parent | 01e386a325549b7755739f31308de4be8eea110d (diff) | |
download | postgresql-bee172fcd586bccd3a3ba067592d639b7600aa04.tar.gz postgresql-bee172fcd586bccd3a3ba067592d639b7600aa04.zip |
Docs typo fix.
Michael Paquier
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/ref/pg_rewind.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/ref/pg_rewind.sgml b/doc/src/sgml/ref/pg_rewind.sgml index d5fdaeae923..01699c61f24 100644 --- a/doc/src/sgml/ref/pg_rewind.sgml +++ b/doc/src/sgml/ref/pg_rewind.sgml @@ -71,7 +71,7 @@ PostgreSQL documentation missing files from a WAL archive automatically is currently not supported. Besides, <application>pg_rewind</> use cases are not limited by failover. For instance, standby server could be promoted, run some writes and - then be returned back as stanby. + then be returned back as standby. </para> <para> |