Re: "PQgetvalue: ERROR!

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: "PQgetvalue: ERROR!
Дата
Msg-id 27339.989002213@sss.pgh.pa.us
обсуждение исходный текст
Ответ на "PQgetvalue: ERROR!  ("Antonio Jose Acuña Jimenez" <aj_acuna@hotmail.com>)
Список pgsql-hackers
"Antonio Jose Acu�a Jimenez" <aj_acuna@hotmail.com> writes:
> I need help in the following one for the following error

> "PQGETVALUE: ERROR! tuple number 0 is out of range 0.. -1
>   Segment violation"

Pre-7.1 versions of pg_dump are not very robust about situations like
functions whose owner doesn't exist anymore, tables that refer to
nonexistent datatypes, that sort of thing.  The above is not enough
to narrow down the problem, however.  Try starting the postmaster with
-d2 so that you can get a log of pg_dump's queries; then look to see
what's the last query processed before it crashes.  That should let you
figure out which database item has the dangling reference.
        regards, tom lane


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: [Fwd: Re: [GENERAL] Unisersal B-Tree]
Следующее
От: Roberto Mello
Дата:
Сообщение: Postmaster refuses to start