Re: [NOVICE] Perl - Postgres

Richard Lough <ralough.ced@dnet.co.uk>

From: Richard A Lough <ralough.ced@dnet.co.uk>
To: Rosta Farzan <rosta@acc.csuhayward.edu>, "pgsql-general@postgresql.org" <pgsql-general@postgresql.org>
Date: 2003-01-29T18:36:10Z
Lists: pgsql-general, pgsql-novice

Attachments

Rosta Farzan wrote:
> 
> Hi
> 
> Where can I find the list of the functions of pg module, for example how
> to insert a row to the database?
> Does anybody know a tutorial on perl & Postgres?
> 
> Thanks
> Rosta
> 
I have seen some examples. I believe they came with the Pg module.

I attach some GPL code which was intended for Mysql. My hack is 
probably a good example of how _not_ to interface to Postgres, 
but you will need something to start with. The original article 
should be still on the DrDobbs site somewhere. (try Aug 2002)

HTH

Richard A Lough