> Use pg_replicate, as an example, if you need "replicate to BigQuery." Use this if you're building replication infrastructure.
Would I use this if I host my own postgres and want to use replication for „real time backups“ into a hot standby?
Not OP - but definitely no. In such a case use just physical or - if you have special use case - logical replication that’s built in.
Not OP - but definitely no. In such a case use just physical or - if you have special use case - logical replication that’s built in.