EnterpriseDB / mysql_fdw

PostgreSQL foreign data wrapper for MySQL
Other
530 stars 162 forks source link

Add example for IMPORT FOREIGN SCHEMA #117

Open dorfsmay opened 7 years ago

dorfsmay commented 7 years ago

Can you add an example for IMPORT FOREIGN SCHEMA, specifically, what are we supposed to use for schema name.

dorfsmay commented 7 years ago

Assuming we are supposed to use the database name as schema name on IMPORT FOREIGN SCHEMA, how does it work with a database name using mixed case?

fcce commented 4 years ago

Assuming we are supposed to use the database name as schema name on IMPORT FOREIGN SCHEMA, how does it work with a database name using mixed case?

In mysql , schema is same as database.