Pei He <[email protected]> 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 ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers
