Where can I find the list of exceptions supported by Postgres? Like in oracle there are exceptions - When no_data_found, when divide_by_zero, when others etc..
-
1This is two completely unrelated questions. Please ask them as two questions.Jonathan Hall– Jonathan Hall2012-07-11 16:46:38 +00:00Commented Jul 11, 2012 at 16:46
-
1@Flimzy: I deleted one of the two questions to make this a valid post.Erwin Brandstetter– Erwin Brandstetter2012-07-11 16:59:32 +00:00Commented Jul 11, 2012 at 16:59
Add a comment
|
1 Answer
The list of PostgreSQL error codes can be found in the manual:
http://www.postgresql.org/docs/current/interactive/errcodes-appendix.html