Re: [GENERAL] Memory exhausted on DELETE.

2004-10-24 Thread Tom Lane
<[EMAIL PROTECTED]> writes: > I have a table with about 1,400,000 rows in it. Each DELETE cascades to > about 7 tables. When I do a 'DELETE FROM events' I get the following > error: > ERROR: Memory exhausted in AllocSetAlloc(84) > I'm running a default install. What postgres options to I ne

[GENERAL] Memory exhausted on DELETE.

2004-10-24 Thread jbi130
I have a table with about 1,400,000 rows in it. Each DELETE cascades to about 7 tables. When I do a 'DELETE FROM events' I get the following error: ERROR: Memory exhausted in AllocSetAlloc(84) I'm running a default install. What postgres options to I need to tweak to get this delete to work