Pei He <hepeim...@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

-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

Reply via email to