Postgresql support in Exposed

Hi, we are trying to make Exposed work with Postgresql... looks like the select and insert queries work, but the creat methods fail due to "show tables" commnad that is not supported... Postgresql needs some other command for finding the existing tables... can you please help, Thanks.

We don't have a plan to support every database out there, sorry. We are using it internally with MySQL and it is where we are investing. It is open source and you can help by supporting other databases and improve the library with a pull request.

Since it is not about Kotlin, but rather about a library happened to be written using Kotlin, can I ask to create an issue on github? https://github.com/JetBrains/Exposed/issues

Thanks!