The generator templates in Torque 3.3 are optimized for PostgreSQL 7.3 and later. To use an older version of PostgreSQL, do the following:
In the generator, locate the template templates/sql/base/postgresql/drop.vm and replace the line
DROP TABLE $table.Name CASCADE;
by
DROP TABLE $table.Name;