Is there a way to replicate/sync the postgresql views from a primary database to the table on secondary postgresql database?

262 Views Asked by At

I have a view on the primary database, now I want to have the data of this view to be on the secondary database but in a table. Is there a way or a third-party tool to keep the view data in sync with the table in postgres?

0

There are 0 best solutions below