3

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..

2
  • 1
    This is two completely unrelated questions. Please ask them as two questions. Commented Jul 11, 2012 at 16:46
  • 1
    @Flimzy: I deleted one of the two questions to make this a valid post. Commented Jul 11, 2012 at 16:59

1 Answer 1

3

The list of PostgreSQL error codes can be found in the manual:

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

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.