Several include files make use of back-ticks in queries like this one:
INSERT INTO {filters} (`format`, `module`, `delta`, `weight`) VALUES (%d, '%s', %d, %d)
(filter.inc, line 79)
The back-ticks on the column names unnecessary and break compatibility with PostgreSQL.