How can I translate textual postgres error messages into error codes?
For example:
permission denied for relation table
How can I find out which error code it belongs to here? https://www.postgresql.org/docs/current/static/errcodes-appendix.html
How can I translate textual postgres error messages into error codes?
For example:
permission denied for relation table
How can I find out which error code it belongs to here? https://www.postgresql.org/docs/current/static/errcodes-appendix.html