logical replication of identity sequences - Mailing list pgsql-hackers

From Peter Eisentraut
Subject logical replication of identity sequences
Date
Msg-id cb3b0915-b16c-fff1-5137-bb98bba59c2d@enterprisedb.com
Whole thread Raw
List pgsql-hackers
Identity sequences shouldn't be addressed directly by name in normal 
use.  Therefore, requiring them to be added directly to publications is 
a faulty interface.  I think they should be considered included in a 
publication automatically when their owning table is.  See attached 
patch for a sketch.  (It doesn't actually work quite yet, but it shows 
the idea, I think.)

If we end up keeping the logical replication of sequences feature, I 
think something like this should be added, too.
Attachment

pgsql-hackers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: OpenSSL deprectation warnings in Postgres 10-13
Next
From: Yura Sokolov
Date:
Subject: Re: BufferAlloc: don't take two simultaneous locks