3

在哪里可以找到 Postgres 支持的例外列表?就像在 oracle 中一样,也有例外 - 当 no_data_found 时,当 divide_by_zero 时,当其他时等等。

4

1 回答 1

3

可以在手册中找到 PostgreSQL 错误代码列表:

http://www.postgresql.org/docs/current/interactive/errcodes-appendix.html

于 2012-07-11T16:57:17.310 回答