diff options
author | Amit Kapila <akapila@postgresql.org> | 2023-10-09 09:18:47 +0530 |
---|---|---|
committer | Amit Kapila <akapila@postgresql.org> | 2023-10-09 09:18:47 +0530 |
commit | 7cc2f59dd57ab275497ae42a4f98e7936e1e3723 (patch) | |
tree | bc17856e89124532e35f545435ea4e9149c36294 /doc/src | |
parent | d8a295389baee766df882f8f934e205b5978b529 (diff) | |
download | postgresql-7cc2f59dd57ab275497ae42a4f98e7936e1e3723.tar.gz postgresql-7cc2f59dd57ab275497ae42a4f98e7936e1e3723.zip |
Remove duplicate words in docs and code comments.
Additionally, add a missing "the" in a couple of places.
Author: Vignesh C, Dagfinn Ilmari Mannsåker
Discussion: http://postgr.es/m/CALDaNm28t+wWyPfuyqEaARS810Je=dRFkaPertaLAEJYY2cWYQ@mail.gmail.com
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/logical-replication.sgml | 2 | ||||
-rw-r--r-- | doc/src/sgml/ref/create_subscription.sgml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/logical-replication.sgml b/doc/src/sgml/logical-replication.sgml index fbf8ad669e4..3b2fa1129e2 100644 --- a/doc/src/sgml/logical-replication.sgml +++ b/doc/src/sgml/logical-replication.sgml @@ -1788,7 +1788,7 @@ CONTEXT: processing remote data for replication origin "pg_16395" during "INSER </para> <para> - To create a subscription, the user must have the privileges of the + To create a subscription, the user must have the privileges of the <literal>pg_create_subscription</literal> role, as well as <literal>CREATE</literal> privileges on the database. </para> diff --git a/doc/src/sgml/ref/create_subscription.sgml b/doc/src/sgml/ref/create_subscription.sgml index 71652fd9188..c1bafbfa06a 100644 --- a/doc/src/sgml/ref/create_subscription.sgml +++ b/doc/src/sgml/ref/create_subscription.sgml @@ -51,7 +51,7 @@ CREATE SUBSCRIPTION <replaceable class="parameter">subscription_name</replaceabl </para> <para> - To be able to create a subscription, you must have the privileges of the + To be able to create a subscription, you must have the privileges of the <literal>pg_create_subscription</literal> role, as well as <literal>CREATE</literal> privileges on the current database. </para> |