A.8. Error Messages

There are two types of error messages available in the RTA package: SQL request messages and internal debug messages.

A.8.1. SQL Request Errors

SQL request messages include the error messages returned as part of an SQL request. The six messages of this type are listed below.

              ERROR:  Relation '%s' does not exist

This reply indicates that a table requested in a SELECT or UPDATE statement does not exist. The %s is replaced by the name of the requested table.

              ERROR:  Attribute '%s' not found

This reply indicates that a column requested in a SELECT or UPDATE statement does not exist. The %s is replaced by the name of the requested column.

              ERROR:  SQL parse error

This reply indicates a malformed SQL request or a mismatch in the types ...

Get Linux Appliance Design now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.