Re: No Space left on Device

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Jose" <javalis(at)sympatico(dot)ca>
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: No Space left on Device
Date: 2003-01-02 05:26:39
Message-ID: 17562.1041485199@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

"Jose" <javalis(at)sympatico(dot)ca> writes:
> I'm working with PostgreSQL 7.2 on Linux Red hat 7.3 and when I try to
> create an object in the database, using PGAdmin or psql, I get this error.
> create index pp_key on pp (p1) ;
> Error: -2147467259 can not create object : no space left on device.

This error is not coming from Postgres: the string 'can not create
object' does not appear anywhere in the PG source code. Nor does the
format of the message match anything in Postgres -- we don't use error
numbers.

regards, tom lane

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Senthil 2003-01-02 05:41:35 Re: Stored procedures doubts
Previous Message John Burski 2003-01-02 00:27:06 Re: No Space left on Device