ctid 技巧

针对 ctid 数据类型的技巧。

ctid 中提取页码
SELECT (ctid::text::point)[0]::bigint AS page_number FROM sometable;