dimitri / pgloader

Migrate to PostgreSQL in a single command!
http://pgloader.io
Other
5.45k stars 548 forks source link

case-insensitivty #1575

Open brahmaji123 opened 7 months ago

brahmaji123 commented 7 months ago

Thanks for contributing to pgloader by reporting an issue! Reporting an issue is the only way we can solve problems, fix bugs, and improve both the software and its user experience in general.

The best bug reports follow those 3 simple steps:

  1. show what you did,
  2. show the result you got,
  3. explain how the result is not what you expected.

In the case of pgloader, here's the information I will need to read in your bug report. Having all of this is a big help, and often means the bug you reported can be fixed very efficiently as soon as I get to it.

Please provide the following information:

I was using the latest version of pgloader and trying to migrate the data from mysql to postgres, so our use case is to load the data from lower case(mysql) to upper case(postgres) for hive metastore, when we are trying to run the pgloader this is throwing a error like its not able to find anything in schema "metastore" in target Catalog. can you please help me with this error ?