Re: space problem

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: space problem
Дата
Msg-id 19955.976805636@sss.pgh.pa.us
обсуждение исходный текст
Ответ на space problem  ("Esa Pikkarainen" <epikkara@ktk.oulu.fi>)
Список pgsql-general
"Esa Pikkarainen" <epikkara@ktk.oulu.fi> writes:
> When I tried "createdb" it said that "No sapce enough in device".

Your problem doesn't necessarily have anything to do with disk space;
the kernel tends to use that same error code for all sorts of
out-of-resources problems.  If you were starting or stopping a
postmaster then I'd think the problem is probably insufficient
kernel settings for semaphores or shared memory.  See
http://www.postgresql.org/devel-corner/docs/postgres/kernel-resources.htm

            regards, tom lane

В списке pgsql-general по дате отправления:

Предыдущее
От: "Esa Pikkarainen"
Дата:
Сообщение: space problem
Следующее
От: "Nathan Barnett"
Дата:
Сообщение: RE: Reliability Stability of PgSQL & it's JDBC driver