在哪里可以找到Postgres支持的异常列表?就像在oracle中一样,也有例外-- When no_data_found,when divide_by_zero,when others等等。
发布于 2012-07-12 00:57:17
PostgreSQL错误代码列表可在手册中找到:
http://www.postgresql.org/docs/current/interactive/errcodes-appendix.html
https://stackoverflow.com/questions/11437416
复制相似问题