Hi All,
There appears to be a typo error in documentation of this function. Actual
function is 'pg_replication_origin_session_setup' while documentation has
it as 'pg_replication_origin_setup_session'.
Please find patch for 9.5 and master attached.
Thanks,
Pallavi
diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml
index 262f5ee..48af3ec 100644
--- a/doc/src/sgml/func.sgml
+++ b/doc/src/sgml/func.sgml
@@ -17411,7 +17411,7 @@ postgres=# SELECT * FROM pg_xlogfile_name_offset(pg_stop_backup());
<indexterm>
<primary>pg_replication_origin_session_setup</primary>
</indexterm>
- <literal><function>pg_replication_origin_setup_session(<parameter>node_name</parameter> <type>text</type>)</function></literal>
+ <literal><function>pg_replication_origin_session_setup(<parameter>node_name</parameter> <type>text</type>)</function></literal>
</entry>
<entry>
void
diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml
index 897ed64..e0503c1 100644
--- a/doc/src/sgml/func.sgml
+++ b/doc/src/sgml/func.sgml
@@ -17436,7 +17436,7 @@ postgres=# SELECT * FROM pg_xlogfile_name_offset(pg_stop_backup());
<indexterm>
<primary>pg_replication_origin_session_setup</primary>
</indexterm>
- <literal><function>pg_replication_origin_setup_session(<parameter>node_name</parameter> <type>text</type>)</function></literal>
+ <literal><function>pg_replication_origin_session_setup(<parameter>node_name</parameter> <type>text</type>)</function></literal>
</entry>
<entry>
void
--
Sent via pgsql-hackers mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers