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

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

Re: Feature Recommendations for Logical Subscriptions

2025-04-11 Thread YeXiu
-privilege replication slots, potentially leading to data security vulnerabilities. YeXiu 1518981...@qq.com 原始邮件 发件人:Amit Kapila

Re: Feature Recommendations for Logical Subscriptions

2025-04-11 Thread YeXiu
reason why this approach is valuable. YeXiu 1518981...@qq.com 原始邮件 发件人:Amit Kapila

Re: Feature Recommendations for Logical Subscriptions

2025-04-10 Thread YeXiu
absent from the replication slot? If the replication slot does NOT include telphone data, this is a non-issue and can be ignored. 3. I hope others in the community can address these suggestions, as I am not a C developer and cannot implement them myself. YeXiu 1518981...@qq.com

Feature Recommendations for Logical Subscriptions

2025-04-08 Thread YeXiu
They can subscribe to the replication slot and perform downstream processing independently, without risking exposure of unauthorized data. YeXiu 1518981...@qq.com