Re: Get the offset of a tuple inside a table

Поиск
Список
Период
Сортировка
От Kevin Grittner
Тема Re: Get the offset of a tuple inside a table
Дата
Msg-id 4C98EFC90200002500035AA1@gw.wicourts.gov
обсуждение исходный текст
Ответ на Get the offset of a tuple inside a table  (Pei He <hepeimail@gmail.com>)
Список pgsql-hackers
Pei He <hepeimail@gmail.com> wrote:
> When I using an index scan, can I get the offset of the tuple in
> the table?
Well, regardless of the type of scan, you can select the ctid
column, which gives the block number and the tuple number within the
block.
-Kevin


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Any reason why the default_with_oids GUC is still there?
Следующее
От: Tom Lane
Дата:
Сообщение: Re: What happened to the is_ family of functions proposal?