Enable copying tables with generated columns#466
Conversation
Skip generated columns as these are not COPY-able
nmisch
left a comment
There was a problem hiding this comment.
Looks reasonable. How feasible is it to add test coverage?
|
This fix looks correct for the COPY path, but there are a couple of additional issues with generated columns beyond initial sync:
Might be worth addressing those in the same PR for a complete fix. The |
Skip generated columns as these are not COPY-able
Currently pglogical is unable to replicate tables with generated columns, this pull request fixes this