Re: No Space left on Device

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: No Space left on Device
Дата
Msg-id 17562.1041485199@sss.pgh.pa.us
обсуждение исходный текст
Ответ на No Space left on Device  ("Jose" <javalis@sympatico.ca>)
Список 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 по дате отправления:

Предыдущее
От: "Tony Ziolkowski"
Дата:
Сообщение: Re: postgresql-dump not found in install
Следующее
От: "Senthil"
Дата:
Сообщение: Re: Stored procedures doubts