Re: Recovering data via raw table and field separators

Поиск
Список
Период
Сортировка
От John Wells
Тема Re: Recovering data via raw table and field separators
Дата
Msg-id 44dddf400712041205oaa69e5ax7e7e279e1f6b4aa@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Recovering data via raw table and field separators  (Martijn van Oosterhout <kleptog@svana.org>)
Ответы Re: Recovering data via raw table and field separators  (Martijn van Oosterhout <kleptog@svana.org>)
Re: Recovering data via raw table and field separators  (Bruce Momjian <bruce@momjian.us>)
Список pgsql-general
On 12/4/07, Martijn van Oosterhout <kleptog@svana.org> wrote:
> Ah sorry, I though you meant de table was dropped or the database was
> deleted. If you actually ran a DELETE FROM on the table, then yes
> they'll all be marked deleted.


So, given a database table file that still has records in it, and
given the fact that these records could be parsed and displayed if the
proper utilty knew how to read the various data structures used to
denote field and record length, is there no utility to do this? I
seems that it would be fairly straight forward to somehow read the
records, yet to pay no mind to the deleted flag (or whatever mechanism
postgresql uses to mark them as deleted).

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

Предыдущее
От: Martijn van Oosterhout
Дата:
Сообщение: Re: Recovering data via raw table and field separators
Следующее
От: "Obe, Regina"
Дата:
Сообщение: Re: stored procedures and dynamic queries