What's the prefix?

Поиск
Список
Период
Сортировка
Искать
От
jacktby@gmail.com
Тема
What's the prefix?
Дата
Msg-id
2023022700052778392026@gmail.com
Список
Дерево обсуждения
Re: Re: What's the prefix? "jacktby@gmail.com" <jacktby@gmail.com>
Re: What's the prefix? Tom Lane <tgl@sss.pgh.pa.us>
use these sqls:
create table t(a text);
insert into t values('a');
select lp,lp_len,t_data from heap_page_items(get_raw_page('t',0));
lp | lp_len | t_data 
----+--------+--------
  1 |     26 | \x0561
as you can see, the 61 is 'a', so what's the 05??? strange.

jacktby@gmail.com
В списке pgsql-hackers по дате отправления
От: Melanie Plageman
Дата:
Сообщение: Track IO times in pg_stat_io
От: David G. Johnston
Дата:
Сообщение: Re: What's the prefix?
FAQ