sasha-alias / sqltabs

Rich SQL client for Postgresql, MySQL, MS SQL, Amazon Redshift, Google Firebase (Firestore)
https://www.sqltabs.com
GNU General Public License v3.0
803 stars 57 forks source link

error: unrecognized configuration parameter "application_name" #80

Closed jrodriguez2-chwy closed 7 years ago

jrodriguez2-chwy commented 7 years ago

I got that error when trying to connect to Amazon Redshift

sasha-alias commented 7 years ago

yeah, I have never tested it with redshift. I think I know what the problem is, but better to spin up a redshift instance to test it. Expect a fix in a few days, I will report once it's done. Thank you!

sasha-alias commented 7 years ago

Added a very basic support for Amazon Redshift. Despite Redshift is based on Postgres and shares the same communication protocol it differs a lot from versions of Postgres supported by community. Expect some functionality not working.

I don't have a permanent access to Redshift. So in order to improve the things I'd need a sponsorship. Please let me know if you are aware of anyone able to provide one. Also contribution is always welcome!

sasha-alias commented 7 years ago

forgot to mention, in order to connect to Redshift you need to prepend connection string with a redshift:// prefix, for example:

redshift://user@yourinstance.redshift.amazonaws.com:5439/dev
jrodriguez2-chwy commented 7 years ago

Have you update the Mac version? Thanks

sasha-alias commented 7 years ago

Sorry, not yet. It will take some time to release v0.15. The change is too big for a bugfix release.

sasha-alias commented 7 years ago

v0.15 released