Thread: PERL and PostgeSQL

PERL and PostgeSQL

From
"Patrick Hatcher"
Date:
As well as being new to PostgeSQL, I now find that I have to also learn to
write scripts in PERL (ah,job security!).  I've written part one of my
script to ftp a file.  I now have start PostgeSQL, truncate a table, upload
my ftp file to that table and the quit PostgeSQL.
Could someone please point me in the correct direction

TIA

Patrick Hatcher
Macys.Com
Legacy Integration Developer
415-932-0610 office




create table with PLPGSQL

From
denis@coralindia.com
Date:

Hi all,

I want to create few tables in my PLPGSQL function .

Can i do so ???

Thanx

Denis