Re: can you please share sample Postgres config file to enable max logging with syslog support?

Поиск
Список
Период
Сортировка
От John R Pierce
Тема Re: can you please share sample Postgres config file to enable max logging with syslog support?
Дата
Msg-id 5497BC9C.3070207@hogranch.com
обсуждение исходный текст
Ответ на Re: can you please share sample Postgres config file to enable max logging with syslog support?  (M Tarkeshwar Rao <m.tarkeshwar.rao@ericsson.com>)
Список pgsql-general
On 12/21/2014 10:17 PM, M Tarkeshwar Rao wrote:
> ERROR:  missing chunk number 0 for toast value 54787 in pg_toast_2619

this error means you have at least one corrupted file. pg_toast data is
used to store fields too large for simple tuple storage.   a postgres
expert could track down which table this toast value belongs to.

until you fix this, and identify the missing data, you should not do
anything to this database, or risk further data corruption.  in
particular  you won't be able to do the required pg_dumpall that you
need to do a major version upgrade.



--
john r pierce                                      37N 122W
somewhere on the middle of the left coast



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

Предыдущее
От: M Tarkeshwar Rao
Дата:
Сообщение: Re: can you please share sample Postgres config file to enable max logging with syslog support?
Следующее
От: stefano bonnin
Дата:
Сообщение: BDR conpilation error un Ubuntu 12.4 LTS