diff options
author | Amit Kapila <akapila@postgresql.org> | 2021-03-31 08:17:50 +0530 |
---|---|---|
committer | Amit Kapila <akapila@postgresql.org> | 2021-03-31 08:17:50 +0530 |
commit | 9f45631766bd0c51a74102770737ba3b0561977e (patch) | |
tree | 58e3803dc82bfb11b0241cda8135208bf73531c7 | |
parent | 0ff8bbdee19a9db2794a95d439c946ab017d0acd (diff) | |
download | postgresql-9f45631766bd0c51a74102770737ba3b0561977e.tar.gz postgresql-9f45631766bd0c51a74102770737ba3b0561977e.zip |
Doc: Use consistent terminology for tablesync slots.
At some places in the docs, we refer to them as tablesync slots and at other
places as table synchronization slots. For consistency, we refer to them as
table synchronization slots at all places.
Author: Peter Smith
Reviewed-by: Amit Kapila
Discussion: https://postgr.es/m/CAHut+PvzYNKCeZ=kKBDkh3dw-r=2D3fk=nNc9SXSW=CZGk69xg@mail.gmail.com
-rw-r--r-- | doc/src/sgml/ref/alter_subscription.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/ref/alter_subscription.sgml b/doc/src/sgml/ref/alter_subscription.sgml index 0adf68eccaf..5aed2694350 100644 --- a/doc/src/sgml/ref/alter_subscription.sgml +++ b/doc/src/sgml/ref/alter_subscription.sgml @@ -51,8 +51,8 @@ ALTER SUBSCRIPTION <replaceable class="parameter">name</replaceable> RENAME TO < <para> When refreshing a publication we remove the relations that are no longer - part of the publication and we also remove the tablesync slots if there are - any. It is necessary to remove tablesync slots so that the resources + part of the publication and we also remove the table synchronization slots + if there are any. It is necessary to remove these slots so that the resources allocated for the subscription on the remote host are released. If due to network breakdown or some other error, <productname>PostgreSQL</productname> is unable to remove the slots, an ERROR will be reported. To proceed in this |