Hello everybody, Has anybody succeeded with using pglogical in AWS Postgresql 12.2? They have pglogical v2.3.0, and it has this issue https://github.com/2ndQuadrant/pglogical/issues/240, which was fixed in the 2.3.1. However, one cannot upgrade pglogical to 2.3.1 in RDS. Just curious if somebody found a work around. Otherwise, it seems unusable with RDS v12.2 right now. The specific issue is: The replication just does not start after creating a subscription. If I try synchronize, I see: select pglogical.alter_subscription_synchronize('subscription1'); ERROR: could not get table list: ERROR: syntax error at or near "." LINE 1: ...i.att_list, i.has_row_filter, i.nspname as i.nsptarget… In the db log: In GIT: user@MacBook-Pro pglogical (HEAD detached at REL2_3_0) $ grep -R "i.nspname as i.nsptarge" * Source Postgresql 9.6 pglogical 2.3.1 or 2.3.2 Target AWS RDS Postgresql 12.2 pglogical 2.3.0 Thank you Igor Polishchuk |