Re: [GENERAL] newbie problem on creating table

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: [GENERAL] newbie problem on creating table
Дата
Msg-id 668.963241532@sss.pgh.pa.us
обсуждение исходный текст
Список pgsql-novice
"Thomas Krebs" <thomas@krebs-haertl.de> writes:
>>>> It just returns "Error cannot create <tablename>.

I believe this error indicates that the kernel rejected Postgres'
attempt to create a file for the new table.  Unfortunately we can't
see the exact kernel error message (that's fixed for 7.1, but it
won't help you for 7.0 unless you're prepared to alter and recompile
sources...).

I will make a wild guess that the problem is incorrect permissions on
the database directory.  Take a look in $PGDATA/base/ and make sure the
database subdirectory is owned and writable by whatever user you are
running the postmaster as.  (Which had better NOT be root!)

            regards, tom lane

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

Предыдущее
От: "Thomas Krebs"
Дата:
Сообщение: Re: [GENERAL] newbie problem on creating table
Следующее
От: ERIC Lawson - x52010
Дата:
Сообщение: Re: order by accents?