Can you refresh a materialized view from a materialized view on another server?

From: Michael Nolan <htfoot(at)gmail(dot)com>
To: "pgsql-generallists(dot)postgresql(dot)org" <pgsql-general(at)lists(dot)postgresql(dot)org>
Subject: Can you refresh a materialized view from a materialized view on another server?
Date: 2024-04-19 02:49:31
Message-ID: CAOzAquJEm+eY6LAUoRoBBauvcDEg4dXD=YOSrMO9f-B3474VUw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

My production server has a materialized view that is refreshed from a
mysql_fdw several times a day.

What I'd like to be able to do is refresh the materialized view on the
testbed server from the one on the production server so that they are
the same. (Refreshing it from the MySQL server will result in one
that has records that have been added or updated rather than an exact
copy of the one on the production server.)

Mike Nolan
htfoot(at)gmail(dot)com

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Saksham Joshi 2024-04-19 05:48:10 Not able to grant access on pg_signal_backend on azure flexible server
Previous Message Buoro, John 2024-04-19 01:53:17 SSPI Feature Request