Re: PostgreSQL 16 bug feedback

2025-07-18 Thread yexiu-glory
On Thu, 2025-07-18 at 00:21, Laurenz Albe

Re: PostgreSQL 16 bug feedback

2025-07-18 Thread yexiu-glory
发件人:David G. Johnston

Re: PostgreSQL 16 bug feedback

2025-07-17 Thread 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

Re: PostgreSQL 16 bug feedback

2025-07-17 Thread Laurenz Albe
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 >

Re: PostgreSQL 16 bug feedback

2025-07-17 Thread David G. Johnston
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,

PostgreSQL 16 bug feedback

2025-07-17 Thread yexiu-glory
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, in db1, perform the following operation: alter table user