Reserved words

SQL object names like table and column names cannot be SQL reserved words in PostgreSQL.

Solution

Table or column names which are PostgreSQL reserved words must be renamed.