Re: No Space left on Device - Mailing list pgsql-admin

From Tom Lane
Subject Re: No Space left on Device
Date
Msg-id 17562.1041485199@sss.pgh.pa.us
Whole thread Raw
In response to No Space left on Device  ("Jose" <javalis@sympatico.ca>)
List pgsql-admin
"Jose" <javalis@sympatico.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

pgsql-admin by date:

Previous
From: "Tony Ziolkowski"
Date:
Subject: Re: postgresql-dump not found in install
Next
From: "Senthil"
Date:
Subject: Re: Stored procedures doubts