On Tue, May 22, 2012 at 4:51 PM, Jayashankar K B
<Jayashankar(dot)KB(at)lnties(dot)com> wrote:
> On writing into this table, a stored procedure is triggered which inserts into another table.
> But crash is happening while writing into this financialtransaction table once this table has more than 1000 records.
What language is the stored procedure written in? Is it possible that
it's that procedure that segfaults? Postgres experts, do stored
procedure segfaults bring down the backend process like that?
ChrisA