projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bfed4ab
)
Fix duplicated index entry in doc.
author
Fujii Masao
Thu, 14 Apr 2016 02:17:41 +0000
(11:17 +0900)
committer
Fujii Masao
Thu, 14 Apr 2016 02:17:41 +0000
(11:17 +0900)
Commit
cfe96ae
corrected the name of pg_logical_emit_message()
in its index entry. But this typo fix caused duplicated index
entry because there was another index entry for the function.
Spotted by Tom Lane.
doc/src/sgml/func.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/func.sgml
b/doc/src/sgml/func.sgml
index 5a86ca2ec65d2f9c8e3a8ccc313a77de2538dbb7..eb2a0c59518e3d38550a8132e84a3762eb69157b 100644
(file)
--- a/
doc/src/sgml/func.sgml
+++ b/
doc/src/sgml/func.sgml
@@
-18414,9
+18414,6
@@
postgres=# SELECT * FROM pg_xlogfile_name_offset(pg_stop_backup());
-
-
pg_logical_emit_message
-
pg_logical_emit_message(
transactional
bool
,
prefix
text
,
content
bytea
)