Re: [GENERAL] postmaster disconnects after heavy load inserts from plperlu -> waht to do?

2007-01-18 Thread Christian Maier
Oh Sorry yes of corse. No Error Msg just a ":" sign and disconnectet (I use pgadmin3 for this) My develop postgres is on 8.2 on a windows machine. And thanks for the hint with the log, I found a related Bug http://archives.postgresql.org/pgsql-bugs/2006-12/msg00163.php After an update of my Inst

Re: [GENERAL] postmaster disconnects after heavy load inserts from plperlu -> waht to do?

2007-01-16 Thread Tom Lane
"Christian Maier" <[EMAIL PROTECTED]> writes: > I have written a function to load yahoo quote data. abut after parsing > the inserts will overload the server and disconnects. You'll need to be a lot more specific than that. What error messages do you see exactly? What shows up in the postmaster

[GENERAL] postmaster disconnects after heavy load inserts from plperlu -> waht to do?

2007-01-16 Thread Christian Maier
Hello! I have written a function to load yahoo quote data. abut after parsing the inserts will overload the server and disconnects. What sould I do to avound this? THX Christian Maier PS Here the function: CREATE OR REPLACE FUNCTION get_yahoo(VARCHAR(20), BIGINT, VARCHAR(3)) RETURNS INTEGER AS