I’m configuring a monitoring tool to monitor a PostgreSQL 9.3 database error log and notify me whenever there are errors. Now I’m in the phase of understanding the difference between error codes. For example:
AST ERROR: column "test" does not exist at character 8
From the error line above, does ‘AST‘ refer to a syntax error? because I’m not interested in those errors. I’m more interested in cases where there are network-related errors, no data being inserted errors… etc. Are there codes or something for these kinds?