On Thu, 2025-07-18 at 00:21, Laurenz Albe
发件人:David G. Johnston
On Thursday, July 17, 2025, yexiu-glory wrote:
>
>
> On Thursday, July 17, 2025, yexiu-glory <*yexiu-gl...@qq.com
> *> wrote:
>
> I encountered a problem in PostgreSQL 16:
> In db1, there is a user table with fields id, name, phone, and createtime
> db2 replicates the user table from db1 through
On Thu, 2025-07-17 at 19:41 +0800, yexiu-glory wrote:
> I encountered a problem in PostgreSQL 16:
> In db1, there is a user table with fields id, name, phone, and createtime
> db2 replicates the user table from db1 through logical replication,
> specifying the fields as id, name, and createtime
>
On Thursday, July 17, 2025, yexiu-glory wrote:
> I encountered a problem in PostgreSQL 16:
> In db1, there is a user table with fields id, name, phone, and createtime
> db2 replicates the user table from db1 through logical replication,
> specifying the fields as id, name, and createtime
> Then,