Re: Allow REPLICA IDENTITY with CREATE TABLE statement

2025-08-08 Thread Ashutosh Bapat
On Thu, Aug 7, 2025 at 6:31 PM Kirill Reshke wrote: > > Hi hackers! > > In the nearby thread[0], enhancements for CREATE TABLE LIKE/REPLICA > IDENTITY were proposed. > > > To me, it makes sense to copy the replica identity definition if > INCLUDING INDEXES or INCLUDING CONSTRAINTS is given. > > I

Allow REPLICA IDENTITY with CREATE TABLE statement

2025-08-07 Thread Kirill Reshke
Hi hackers! In the nearby thread[0], enhancements for CREATE TABLE LIKE/REPLICA IDENTITY were proposed. > To me, it makes sense to copy the replica identity definition if INCLUDING INDEXES or INCLUDING CONSTRAINTS is given. I agree that this can be beneficial. But I decided to start with some s