Re: [GENERAL] DBD-Pg vs Pg Perl interface

2000-07-24 Thread The Hermit Hacker
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 .

Re: [GENERAL] DBD-Pg vs Pg Perl interface

2000-07-24 Thread Thomas Good
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 1) > DBI/DBD-Pg style in