projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
65a82a7
)
Remove extra word from create sub docs
author
Stephen Frost
Sat, 3 Nov 2018 16:21:54 +0000
(12:21 -0400)
committer
Stephen Frost
Sat, 3 Nov 2018 16:21:54 +0000
(12:21 -0400)
Improve the documentation in the CREATE SUBSCRIPTION command a bit by
removing an extraneous word and spelling out 'information'.
doc/src/sgml/ref/create_subscription.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/ref/create_subscription.sgml
b/doc/src/sgml/ref/create_subscription.sgml
index 49e4841188be1ded2f72cbdf0fc0b73c30f1a528..1a90c244fbfbf8a8a7988362c120cded8d5314a3 100644
(file)
--- a/
doc/src/sgml/ref/create_subscription.sgml
+++ b/
doc/src/sgml/ref/create_subscription.sgml
@@
-49,8
+49,8
@@
CREATE SUBSCRIPTION
subscription_name
- Additional info
about subscriptions and logical replication as a whole
-
can
is available at
and
+ Additional info
rmation about subscriptions and logical replication as a
+
whole
is available at
and
.