I have an amazon redshift db that supports connecting a postgresql client with jdbc
google apps scripts support connecting to a db with jdbc, but only with the mysql, ms sql, and oracle protocol, but not postgresql. If I try, not surprisingly I get error:
'Connection URL uses an unsupported JDBC protocol.'
Looking at some google forums, this has been an issue for several years with no response from google.
Is there any workaround?
thanks