[PERFORM] Database connections and stored procs (functions)

2007-11-05 Thread Radhika S
Hi, I am running postgres 8.2 on RH linux. My daemon downloads files and then inserts the data into preliminary tables, and finally calls a stored procedure which reads data from a view and inserts into the final table. I have a bit of a peculiar problem. (I understand this may not be the right

Re: [PERFORM] Database connections and stored procs (functions)

2007-11-05 Thread Merlin Moncure
On 11/5/07, Radhika S [EMAIL PROTECTED] wrote: Hi, I am running postgres 8.2 on RH linux. My daemon downloads files and then inserts the data into preliminary tables, and finally calls a stored procedure which reads data from a view and inserts into the final table. I have a bit of a