PostgreSQL jdbc 错误代码映射(SQLSTATE)
标签 PostgreSQL , SQLSTATE , 错误代码 , org.postgresql.util.PSQLState 背景 Does such a class enumerating the PostgreSQL error codes already exist? Yes, it does:org.postgresql.util.PSQLState However, there are 238 error codes listed on the page you referenced, andorg.postgresql.util.PSQLStateonly enumerates 41 values. Of those 41 values, only 33 are from that list of PostgreSQL