Re: "PANIC: could not open critical system index 2662" - twice

Поиск
Список
Период
Сортировка
От Andrew Gierth
Тема Re: "PANIC: could not open critical system index 2662" - twice
Дата
Msg-id 87fs8bb2f7.fsf@news-spur.riddles.org.uk
обсуждение исходный текст
Ответ на "PANIC: could not open critical system index 2662" - twice  (Evgeny Morozov <postgresql3@realityexists.net>)
Ответы Re: "PANIC: could not open critical system index 2662" - twice
Список pgsql-general
>>>>> "Evgeny" == Evgeny Morozov <postgresql3@realityexists.net> writes:

 Evgeny> Indeed, I cannot get that far due to the same error. I read
 Evgeny> about ignore_system_indexes, but...

 Evgeny> # sudo -u postgres psql -w -p 5434 -c "set ignore_system_indexes=on";
 Evgeny> ERROR:  parameter "ignore_system_indexes" cannot be set after connection
 Evgeny> start

sudo -u postgres psql -w -p 5434 -d "options='-P'"

(make that -d "dbname=whatever options='-P'"  if you need to specify
some database name; or use PGOPTIONS="-P" in the environment.)

--
Andrew (irc:RhodiumToad)



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

Предыдущее
От: Evgeny Morozov
Дата:
Сообщение: Re: "PANIC: could not open critical system index 2662" - twice
Следующее
От: Magnus Hagander
Дата:
Сообщение: Re: connecting to localhost -> ::1 client_addr ?