Re: user-friendliness improvement of pageinspect

Поиск
Список
Период
Сортировка
От Peter Geoghegan
Тема Re: user-friendliness improvement of pageinspect
Дата
Msg-id CAH2-Wz=K66GnevxKb8gybhoBTx5oa=yvWap-CjYcK5Nj=KT=7Q@mail.gmail.com
обсуждение исходный текст
Ответ на user-friendliness improvement of pageinspect  (杨杰 <yonj1e@163.com>)
Ответы 回复: user-friendliness improvement of pageinspect  ("Yang Jie" <yonj1e@163.com>)
Список pgsql-hackers
On Tue, Jul 10, 2018 at 12:41 AM, 杨杰 <yonj1e@163.com> wrote:
> Why does the heap_page_item () of the pageinspect extension not consider
> providing better user-friendliness?
>
> My test table has the following data, and when I look at the t_data I see
> data of type bytea instead of a more intuitive type, even the same type as
> the original table.

tuple_data_split() can do this (split the data into individual
attributes). If you want a friendlier, more visual way of getting this
information, then you may find pg_hexedit helpful:

https://github.com/petergeoghegan/pg_hexedit

--
Peter Geoghegan


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

Предыдущее
От: Corey Huinker
Дата:
Сообщение: Re: Desirability of client-side expressions in psql?
Следующее
От: Simon Muller
Дата:
Сообщение: Re: Allow COPY's 'text' format to output a header