Re: Subscribe to mailing list - General Question

2024-08-02 Thread Tom Lane
Adrian Klaver writes: > On 8/1/24 20:53, Sindhu Selvaraj wrote: >> I am reporting this as a bug. Please keep us updated. > That should be done here: > https://www.postgresql.org/account/submitbug/ > FYI, you will need to set up a community account to do that. I think this is the same thing that

Re: Subscribe to mailing list - General Question

2024-08-02 Thread Adrian Klaver
On 8/1/24 20:53, Sindhu Selvaraj wrote: In 15.7 and 16.3 Release Notes, I found a change to an unlogged table's sequence. This has been spotted in local postgres installed in MAC as well as in AWS RDS. We had to change the unlogged table to logged and then upgrade. I am reporting this as

Subscribe to mailing list - General Question

2024-08-02 Thread Sindhu Selvaraj
In 15.7 and 16.3 Release Notes, I found a change to an unlogged table's sequence. Make ALTER TABLE ... ADD COLUMN create identity/serial sequences with the same persistence as their owning tables (Peter Eisentraut) CREATE UNLOGGED TABLE will make any owned sequences be unlogged too. ALTER TABLE m