PostgreSQL supports both `COMMIT` and `END` as valid commands to successfully end a transaction. The Connection API currently only supports `COMMIT`. See also https://www.postgresql.org/docs/current/sql-end.html
PostgreSQL supports both
COMMITandENDas valid commands to successfully end a transaction. The Connection API currently only supportsCOMMIT.See also https://www.postgresql.org/docs/current/sql-end.html