Postgresql 中文操作指南
49.3. Streaming Replication Protocol Interface #
命令
The commands
được sử dụng để tạo, thả và truyền trực tuyến các thay đổi từ một khe sao chép. Các lệnh này chỉ có sẵn thông qua kết nối sao chép; không thể sử dụng chúng qua SQL. Xem Section 55.4 để biết chi tiết về các lệnh này.
are used to create, drop, and stream changes from a replication slot, respectively. These commands are only available over a replication connection; they cannot be used via SQL. See Section 55.4 for details on these commands.
命令 pg_recvlogical 可用于控制流复制连接上的逻辑解码。(它在内部使用这些命令。)
The command pg_recvlogical can be used to control logical decoding over a streaming replication connection. (It uses these commands internally.)