Re: Plsql Function with error: No space left on device.

From: "David M(dot) Richter" <D(dot)Richter(at)DKFZ-heidelberg(dot)de>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Richard Huxton <dev(at)archonet(dot)com>, pgsql-sql(at)postgresql(dot)org
Subject: Re: Plsql Function with error: No space left on device.
Date: 2001-06-27 11:51:29
Message-ID: 3B39C8C1.96EE543C@DKFZ-heidelberg.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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 Content-Type Size
D.Richter.vcf text/x-vcard 468 bytes

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message David M. Richter 2001-06-27 13:06:36 Re: Plsql Function with error: No space left on device.
Previous Message Richard Huxton 2001-06-27 07:17:38 Re: Using the extract() function in plpgsql