PostgreSQL doesn't support the JDBC 3 method getGeneratedKeys but the do have an"INSERT ... RETURNING id" feature since 8.2 that could be used to simulate this functionality. We already do a similar thing for HSQLDB.
Description
PostgreSQL doesn't support the JDBC 3 method getGeneratedKeys but the do have an"INSERT ... RETURNING id" feature since 8.2 that could be used to simulate this functionality. We already do a similar thing for HSQLDB.