Get error codes while using psql

Viewed 6554

When I run an SQL script using psql.exe I am not getting error codes when an error occurs. Is there any way to get the psql error codes?

I tried setting VERBOSITY to 'verbose' like this, but no use:

\set VERBOSITY 'verbose'

I am using psql of version psql (PostgreSQL) 8.4.2.

1 Answers
Related