Subject: | Postgres translation bug |
In DBI.pm, inside the %map, PostgreSQL should be spelled with a capital S in the SQL part. The translation doesn't work correctly otherwise.
Also, I needed to add an:
elsif ($self->__driver eq "Pg")
section to the import function and turn the AutoCommit flag on (via db_Main) to get the setup tables to stick.