Re: Can you refresh a materialized view from a materialized view on another server? - Mailing list pgsql-general

From Adrian Klaver
Subject Re: Can you refresh a materialized view from a materialized view on another server?
Date
Msg-id 0f5afc0e-4c62-429a-853e-75605d49b7e5@aklaver.com
Whole thread Raw
In response to Can you refresh a materialized view from a materialized view on another server?  (Michael Nolan <htfoot@gmail.com>)
List pgsql-general
On 4/18/24 19:49, Michael Nolan wrote:
> 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 serve
Use postgres_fdw  to connect the  test bed to the production server?

> 
> Mike Nolan
> htfoot@gmail.com
> 
> 

-- 
Adrian Klaver
adrian.klaver@aklaver.com




pgsql-general by date:

Previous
From: Adrian Klaver
Date:
Subject: Re: Not able to grant access on pg_signal_backend on azure flexible server
Next
From: David Rowley
Date:
Subject: Re: Foreign Key error between two partitioned tables