Hello,
I'm trying to use a blue/green deployment in Amazon RDS, which uses
Postgres logical replication to keep blue and green environments in sync.
Some parts of our app use temporary tables, and in some cases we CREATE
INDEX on those tables and sometimes DROP and recreate them.
The CREATE INDE
>
> This is a question for AWS. Community PostgreSQL doesn't have any of
> these concepts, and this is all proprietary modifications to PostgreSQL by
> Amazon.
My understanding was that under the hood, AWS uses the logical replication
features that are present in community Postgres. If that's in