projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
96cd61a
)
Docs: fix erroneously-given function name.
author
Tom Lane
Thu, 24 Dec 2015 15:50:03 +0000
(10:50 -0500)
committer
Tom Lane
Thu, 24 Dec 2015 15:50:03 +0000
(10:50 -0500)
pg_replication_session_is_setup() exists nowhere; apparently this is
meant to refer to pg_replication_origin_session_is_setup().
Adrien Nayrat
doc/src/sgml/func.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/func.sgml
b/doc/src/sgml/func.sgml
index 60b9a090739ef4bc2e2b076a17ebad28ef5a04e4..e08bf60b9e9a0aef055983b01db6dd8bd2045bea 100644
(file)
--- a/
doc/src/sgml/func.sgml
+++ b/
doc/src/sgml/func.sgml
@@
-17478,9
+17478,9
@@
postgres=# SELECT * FROM pg_xlogfile_name_offset(pg_stop_backup());
-
pg_replication_session_is_setup
+
pg_replication_
origin_
session_is_setup
-
pg_replication_session_is_setup()
+
pg_replication_
origin_
session_is_setup()
bool