View "View" from Postgres in Mysql. Is it possible? How to Do?

Asked

Viewed 427 times

5

Is there any way to view a View created in Postgres and view in Mysql? If so, how to configure?

  • 1

    Have you seen this ? https://mariadb.com/kb/en/mariadb/documentation/storage-engines/connect/connect-table-types/connect-table-types-odbc-table-type-accessing-tables-from-other-dbms/

  • @Motta this table connect is very similar to the Federated engine in mysql. Too bad mysql only supports itself.

  • 1

    i know postgresql can access mysql, I’m not sure about the reverse path: http://pgxn.org/dist/mysql_fdw/

2 answers

1

No, one bank can’t access the other. What you can do is, build an application that will serve as a bridge between these two Servers and use a dataset to feed one another with the information from the view in question.

1

Browser other questions tagged

You are not signed in. Login or sign up in order to post.