Re: [SQL] Memory exhausted

2001-06-11 Thread Tom Lane
David Richter <[EMAIL PROTECTED]> writes: > I used a self written funtion in plpgsql with a database of 2 Gigabyte > size. My server has 384 Megabytes of RAM. > So I got this error by calling the following function: > psql:restructure.sql:139: FATAL 1: Memory exhausted in AllocSetAlloc() Try

[SQL] Memory exhausted

2001-06-11 Thread David Richter
Hello! I used a self written funtion in plpgsql with a database of 2 Gigabyte size. My server has 384 Megabytes of RAM. So I got this error by calling the following function: psql:restructure.sql:139: FATAL 1: Memory exhausted in AllocSetAlloc() pqReadData() -- backend closed the channel unex