major problem with update

From: mike <mike(at)cyborg-group(dot)com>
To: pgsql-interfaces(at)postgresql(dot)org
Subject: major problem with update
Date: 2001-03-19 19:52:16
Message-ID: E14f47H-0007Lh-00@mail1.mailshot
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

Can anyone one explain why this is happening. All I am trying to do is to convert a text field to a date

and postgres is bombing out (using 7.03)

update imp4 set f100=to_date(f3,'dd-mm-yy');
FATAL 1: Memory exhausted in AllocSetAlloc()
pqReadData() -- backend closed the channel unexpectedly.
This probably means the backend terminated abnormally
before or while processing the request.
The connection to the server was lost. Attempting reset: Succeeded.

The table is only about 10000 records

In response to

Browse pgsql-interfaces by date

  From Date Subject
Next Message mike 2001-03-19 19:55:15 Re: major problem with update
Previous Message Marko Kreen 2001-03-19 19:30:59 Re: org.postgresql.Driver.java compile problem