diff options
author | Magnus Hagander <magnus@hagander.net> | 2015-04-30 09:52:34 +0200 |
---|---|---|
committer | Magnus Hagander <magnus@hagander.net> | 2015-04-30 09:52:34 +0200 |
commit | da114099afd47b95831514d3a8785c7726eefe03 (patch) | |
tree | 042c396c4d037937fb85f7e0fca0dc63dea4cc1f | |
parent | dbf2ec1a1c053379e2f9a5913979a1ca4dccbd43 (diff) | |
download | postgresql-da114099afd47b95831514d3a8785c7726eefe03.tar.gz postgresql-da114099afd47b95831514d3a8785c7726eefe03.zip |
Fix typo
Amit Langote
-rw-r--r-- | doc/src/sgml/replication-origins.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/replication-origins.sgml b/doc/src/sgml/replication-origins.sgml index c5310229119..0cd08ee6b5f 100644 --- a/doc/src/sgml/replication-origins.sgml +++ b/doc/src/sgml/replication-origins.sgml @@ -60,7 +60,7 @@ function. Additionally the <acronym>LSN</acronym> and commit timestamp of every source transaction can be configured on a per transaction basis using - <link linkend="pg-replication-origin-xact-setup"><function>pg_replication_origin_xact-setup()</function></link>. + <link linkend="pg-replication-origin-xact-setup"><function>pg_replication_origin_xact_setup()</function></link>. If that's done replication progress will be persist in a crash safe manner. Replay progress for all replication origins can be seen in the <link linkend="catalog-pg-replication-origin-status"> |