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

From: Andrew Gierth <andrew(at)tao11(dot)riddles(dot)org(dot)uk>
To: Evgeny Morozov <postgresql3(at)realityexists(dot)net>
Cc: Thomas Munro <thomas(dot)munro(at)gmail(dot)com>, PostgreSQL General <pgsql-general(at)postgresql(dot)org>
Subject: Re: "PANIC: could not open critical system index 2662" - twice
Date: 2023-05-05 08:38:48
Message-ID: 87fs8bb2f7.fsf@news-spur.riddles.org.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

>>>>> "Evgeny" == Evgeny Morozov <postgresql3(at)realityexists(dot)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)

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Magnus Hagander 2023-05-05 08:38:50 Re: connecting to localhost -> ::1 client_addr ?
Previous Message Evgeny Morozov 2023-05-05 07:50:32 Re: "PANIC: could not open critical system index 2662" - twice