What capabilities does the postgresql jdbc have? Specifically I was testing creating a scrollable, updatable resultset so that I could update a field. However, upon trying to execute java.sql.ResultSet.updateString() I was informed that the method was not yet implemented. Is there documentation that specifically covers what is implemented and/or available with postgresql jdbc?
Thanks,
Steve