Обсуждение: PgSQL released
OK, now it is available. I uploaded the first ALPHA release (0.50) to CPAN. Hopefully available soon. For those in a hurry get it from: http://www.is.kiruna.se/~goran/perl/ share and enjoy, Göran
On Sat, 15 Aug 1998, Goran Thyni wrote: > OK, now it is available. > > I uploaded the first ALPHA release (0.50) to CPAN. > Hopefully available soon. > > For those in a hurry get it from: > http://www.is.kiruna.se/~goran/perl/ How about a short description of what it is? Marc G. Fournier Systems Administrator @ hub.org primary: scrappy@hub.org secondary: scrappy@{freebsd|postgresql}.org
Hi,
We have Edmund's Pg.pm and DBD::Pg to access a PostgreSQL database.
What's the benefits of using PgSQL ?
Regards,
Oleg
On Sat, 29 Aug 1998, The Hermit Hacker wrote:
> Date: Sat, 29 Aug 1998 13:44:00 -0300 (ADT)
> From: The Hermit Hacker <scrappy@hub.org>
> To: Goran Thyni <goran@bildbasen.se>
> Cc: Linux-LDAP <linux-ldap@bildbasen.se>, pgsql-interfaces@postgreSQL.org
> Subject: Re: [INTERFACES] PgSQL released
>
> On Sat, 15 Aug 1998, Goran Thyni wrote:
>
> > OK, now it is available.
> >
> > I uploaded the first ALPHA release (0.50) to CPAN.
> > Hopefully available soon.
> >
> > For those in a hurry get it from:
> > http://www.is.kiruna.se/~goran/perl/
>
> How about a short description of what it is?
>
> Marc G. Fournier
> Systems Administrator @ hub.org
> primary: scrappy@hub.org secondary: scrappy@{freebsd|postgresql}.org
>
>
_____________________________________________________________
Oleg Bartunov, sci.researcher, hostmaster of AstroNet,
Sternberg Astronomical Institute, Moscow University (Russia)
Internet: oleg@sai.msu.su, http://www.sai.msu.su/~megera/
phone: +007(095)939-16-83, +007(095)939-23-83
On Sat, 29 Aug 1998, Oleg Bartunov wrote:
> Hi,
>
> We have Edmund's Pg.pm and DBD::Pg to access a PostgreSQL database.
> What's the benefits of using PgSQL ?
That's kinda why I was asking for a short description :(
>
> Regards,
>
> Oleg
> On Sat, 29 Aug 1998, The Hermit Hacker wrote:
>
> > Date: Sat, 29 Aug 1998 13:44:00 -0300 (ADT)
> > From: The Hermit Hacker <scrappy@hub.org>
> > To: Goran Thyni <goran@bildbasen.se>
> > Cc: Linux-LDAP <linux-ldap@bildbasen.se>, pgsql-interfaces@postgreSQL.org
> > Subject: Re: [INTERFACES] PgSQL released
> >
> > On Sat, 15 Aug 1998, Goran Thyni wrote:
> >
> > > OK, now it is available.
> > >
> > > I uploaded the first ALPHA release (0.50) to CPAN.
> > > Hopefully available soon.
> > >
> > > For those in a hurry get it from:
> > > http://www.is.kiruna.se/~goran/perl/
> >
> > How about a short description of what it is?
> >
> > Marc G. Fournier
> > Systems Administrator @ hub.org
> > primary: scrappy@hub.org secondary: scrappy@{freebsd|postgresql}.org
> >
> >
>
> _____________________________________________________________
> Oleg Bartunov, sci.researcher, hostmaster of AstroNet,
> Sternberg Astronomical Institute, Moscow University (Russia)
> Internet: oleg@sai.msu.su, http://www.sai.msu.su/~megera/
> phone: +007(095)939-16-83, +007(095)939-23-83
>
Marc G. Fournier
Systems Administrator @ hub.org
primary: scrappy@hub.org secondary: scrappy@{freebsd|postgresql}.org
Oleg Bartunov wrote:
>
> Hi,
>
> We have Edmund's Pg.pm and DBD::Pg to access a PostgreSQL database.
> What's the benefits of using PgSQL ?
>
> Regards,
>
> Oleg
> On Sat, 29 Aug 1998, The Hermit Hacker wrote:
>
> > How about a short description of what it is?
Oleg and Marc,
the PgSQL in question is a perl-modul for accessing postgresql 6.4
databases.
The diffences from Edmund's modules is that this one is "pure perl"
(no C code, no compiler needed). In most cases you would use DBI/DBD::Pg
but a "pure perl" module has it's uses (Edmund agreed).
We discussed these issues on this list, check the archives :-).
best regards,
Göran.