Re: [ADMIN] [NOVICE] pg or DBI

2002-10-25 Thread Williams, Travis L, NPONS
Unless I am mistaken (which actually happens quite often) DBI is the base modue that perl uses.. the extension of that DBI::Pg (which is called in the script) is postgres specific. That is what I am using and I am new to postgres but have been working with perl for 3-4 years and I have found it ve

Re: [ADMIN] [NOVICE] pg or DBI

2002-10-25 Thread Jason Earl
Actually there are two PostgreSQL Perl interfaces the DBI based one and Pg. It has been a while since I have used Perl (and it has been even longer since I used the Pg interface), but I can tell you that most people use the DBI version. The two interfaces are very similar, but the Pg interface i