Re: Help on copy function

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: frederic(dot)germaneau(at)bull(dot)net
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Help on copy function
Date: 2004-10-06 19:34:11
Message-ID: 29134.1097091251@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

frederic(dot)germaneau(at)bull(dot)net writes:
> And an error occurs :
> psql:lineitem.loader.psql:1: ERROR: could not extend relation
> 24342131/24342133
> /24342324: There is not enough space in the file system.
> HINT: Check free disk space.

> but my fileSystem has something like 2Go free when copy fails!

Maybe you are running the postmaster under a disk-space-usage limit?
I'm not sure that there's a separate errno for "you can't have any
more space" as opposed to "there isn't any more space".

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Glen Eustace 2004-10-06 20:26:57 Re: Mirroring databases in v8
Previous Message Tom Lane 2004-10-06 19:30:26 Re: passing new.* in trigger