On Mon, 24 Jul 2000, Steve Heaven wrote:
>
> We currently use the Pg Perl module to interface our CGI scripts to Postgres.
> What would be the advantages/disadvantages to changing to the more generic
> DBI/DBD-Pg style interface?
I find the DBI/DBD-Pg interface to be *much* cleaner to work in ... the
interface is more robust as its been designed to work across several
different databases, not just PostgreSQL ...