I would like to "investigate" a bit the behavior of the Redshift AutoCommit setting through SQL Workbench / JDBC connection.
I can choose the setting on the connection page, or impose it through "SET AUTOCOMMIT ON/OFF"
But how can I find its current value within my connection?
The documentation for the SET command does not give much...
and SHOW ALL does not mention this parameter...
Connection.setAutoCommit()
– minatverma