Returns the given query if the current SQL dialect is PostgreSQL.
@override String pgOnly(String query) { return query; }