Re: Plsql Function with error: No space left on device. - Mailing list pgsql-sql

From David M. Richter
Subject Re: Plsql Function with error: No space left on device.
Date
Msg-id 3B39C8C1.96EE543C@DKFZ-heidelberg.de
Whole thread Raw
In response to Plsql Function with error: No space left on device.  ("David M. Richter" <D.Richter@DKFZ-heidelberg.de>)
List pgsql-sql
Hello!

It works right. And the speed is acceptable. Great!!!!
I used that Query on several table with a little smaller size. It
worked.
Thank You very much!
But in the Query at the big table the following error occured:

UPDATE image SET  seriesoid = r.parentoid
FROM relseries_image000 r WHERE image.chilioid = r.childoid;


psql:restructure_join.sql:16: FATAL 2:
ZeroFill(/usr/local/pgsql/data/pg_xl
og/xlogtemp.22940) failed: No such file or directory
pqReadData() -- backend closed the channel unexpectedly.
        This probably means the backend terminated abnormally
        before or while processing the request.
psql:restructure_join.sql:16: connection to server was lost

The file /usr/local/pgsql/data/pg_xl
og/xlogtemp.22940 doesn't exist on the disk.

The same query on the other table works well.
Why not at the bigger table?
What wants the error announcment say?

Do You know that kind of error?
I did not found any hint in the Archiv of the mailing lists?

I would be very gratful if anybody could give me a hint to clear the
obstacle.!

Thanks a lot

David
Attachment

pgsql-sql by date:

Previous
From: Richard Huxton
Date:
Subject: Re: Using the extract() function in plpgsql
Next
From: "David M. Richter"
Date:
Subject: Re: Plsql Function with error: No space left on device.