Re: initdb fails at initializing pg_shadow

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: initdb fails at initializing pg_shadow
Дата
Msg-id 393.989533872@sss.pgh.pa.us
обсуждение исходный текст
Ответ на initdb fails at initializing pg_shadow  (Joerg Brandt <jbrandt@math.uni-bremen.de>)
Список pgsql-admin
Joerg Brandt <jbrandt@math.uni-bremen.de> writes:
> Is the following a bug or my mistake -- any hints?

Looks like a problem all right ... which PG version is this exactly?

>> Initializing pg_shadow.

> initdb failed.
> Removing temp file /tmp/initdb.11243.

Unfortunately initdb shoves all the output from the later steps straight
to /dev/null, so you can't see what went wrong here.  Look in the initdb
script and remove the "-o /dev/null" from PGSQL_OPT and the >/dev/null
from the commands that set up pg_shadow, so that we can get more info.

            regards, tom lane

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Cursor keys not working, repost.
Следующее
От: R D
Дата:
Сообщение: CREATE TABLE (allow/deny)