Re: IO::PgLoFile

2000-05-31 Thread Mark A. Hershberger
> "TB" == Tim Bunce <[EMAIL PROTECTED]> writes: TB> None at all. I'd expect that generic module to be called TB> IO::BLOB but to use the services of Pg::*, Oracle::*, TB> MySQL::*, and DBI. Thanks for te clarification. Mark.

Re: IO::PgLoFile

2000-05-31 Thread Tim Bunce
On Tue, May 30, 2000 at 06:23:22AM -0500, Mark A. Hershberger wrote: > > "TB" == Tim Bunce <[EMAIL PROTECTED]> writes: > > >> Make that IO::BLOB::Pg. > > TB> Or Pg::* > > Granted this is PostgreSQL-specific, but there is, AFAIK, nothing to > stop someone from developing something s

Re: IO::PgLoFile

2000-05-30 Thread Mark A. Hershberger
> "TB" == Tim Bunce <[EMAIL PROTECTED]> writes: >> Make that IO::BLOB::Pg. TB> Or Pg::* Granted this is PostgreSQL-specific, but there is, AFAIK, nothing to stop someone from developing something similar for, say, Oracle. That, and it is IO-oriented. It seems to fit quite nicely a

Re: IO::PgLoFile

2000-05-30 Thread Tim Bunce
On Sat, May 27, 2000 at 09:45:04AM -0500, Mark A. Hershberger wrote: > >>>>> "MAH" == Mark A Hershberger <[EMAIL PROTECTED]> writes: > > MAH> Can I have the IO::PgLoFile namespace? > > Make that IO::BLOB::Pg. > > In case people want to

Re: IO::PgLoFile

2000-05-27 Thread Mark A. Hershberger
>>>>> "MAH" == Mark A Hershberger <[EMAIL PROTECTED]> writes: MAH> Can I have the IO::PgLoFile namespace? Make that IO::BLOB::Pg. In case people want to build something similar for another DB. Or should that be IO::Blob::Pg? Mark.

IO::PgLoFile

2000-05-27 Thread Mark A. Hershberger
Can I have the IO::PgLoFile namespace? Here is the pod: NAME IO::PgLoFile - Emulate IO::File interface for PostgreSQL Large Objects SYNOPSIS use IO::PgLoFile; use DBI; $dbh = DBI->connect("dbi:Pg:dbname=mah", "", "",