mirror of
https://github.com/postgres/postgres.git
synced 2026-05-28 04:35:45 -04:00
doc: Fix typo
This commit is contained in:
parent
536d47bd9d
commit
c29a752c68
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@
|
|||
</para>
|
||||
|
||||
<para>
|
||||
Logical replication of a table typically starts with a taking a snapshot
|
||||
Logical replication of a table typically starts with taking a snapshot
|
||||
of the data on the publisher database and copying that to the subscriber.
|
||||
Once that is done, the changes on the publisher are sent to the subscriber
|
||||
as they occur in real-time. The subscriber applies the data in the same
|
||||
|
|
|
|||
Loading…
Reference in a new issue