how do I clear a page, or set an item in a page to 'free'?

Поиск
Список
Период
Сортировка
От Eric Parusel
Тема how do I clear a page, or set an item in a page to 'free'?
Дата
Msg-id 423F09C1.2070309@globalrelay.net
обсуждение исходный текст
Ответы Re: how do I clear a page, or set an item in a page to 'free'?  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-general
I've got a mucked up page in my db, and I can't complete a database dump
until a particular page is fixed/removed from the table. :(

Could someone let me know the proper way to go about making a change
such as this?:

1) Clear the page
or
2) Set the bad items in the page to 'free'

I can see the page with pg_filedump. (I know the page number)
Either method would suffice, I just need to get the job done :/

Thanks for any help you can offer,
Eric

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

Предыдущее
От: Greg Stark
Дата:
Сообщение: Re: Copression
Следующее
От: Alex Adriaanse
Дата:
Сообщение: Re: Tracking row updates - race condition