Re: Almost all access to database hangs (fwd)

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Almost all access to database hangs (fwd)
Дата
Msg-id 16545.986480583@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Almost all access to database hangs (fwd)  ("Oliver Elphick" <olly@lfix.co.uk>)
Ответы Re: Almost all access to database hangs (fwd)  (Sven Fischer <sepreh@gmx.de>)
Re: Almost all access to database hangs (fwd)  (Sven Fischer <sepreh@gmx.de>)
Список pgsql-general
"Oliver Elphick" <olly@lfix.co.uk> writes:
>> However, if \dt hangs, the problem is probably in a system index;
>> pg_class has two indexes: pg_class_oid_index and pg_class_relname_index.

> I can do a select * on pg_class, but that's it. Anything else I tried
> hangs.

Sounds like a job for REINDEX.  I have not had to do this myself, but
I think the procedure is (a) stop postmaster, (b) start a standalone
backend with -O -P, (c) tell it to REINDEX DATABASE.  Not sure about
that, especially about the switches to start the backend with.  Read
the documentation.

            regards, tom lane

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

Предыдущее
От: z.nijmeyers@cable.a2000.nl
Дата:
Сообщение: Re: Re: compiling on IRIX 6.3 or does anyone hav a tar of the (irix)compiled include dir for me?
Следующее
От: "Paul A. Lender"
Дата:
Сообщение: Data transfer format between UNIX server and Windows client?