Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MySQL to Postgres conversion creates schema with the same name as the database instead of public #1641

Open
lifeboy opened this issue Feb 3, 2025 · 0 comments

Comments

@lifeboy
Copy link

lifeboy commented Feb 3, 2025

When conversion is done to Postgres, the resultant database gets a schema with the name of the database. If one views this with a DBM like dbeaver, this is not obvious and could frustrate one endlessly until you realise what's happened.

This is because using the simple postgres connection string the in documentation examples doesn't specificy the schema. Imho is should default to the public scheme, but doesn't.

INTO postgresql://user@localhost/database

It is not clear to me from the documentation how to specify the schema to be used?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant