Reported-by: Jeff Janes
Discussion: https://postgr.es/m/CAMkU=1xvzQxTAiYNM2PWJ6snMTPh3u3Ammbwss7mvAShS2Ohww@mail.gmail.com
Author: Jeff Janes
Backpatch-through: master
gin_leafpage_items returns information about
- the data stored in a
GIN leaf page. For example:
+ the data stored in a
compressed GIN leaf page. For example:
test=# SELECT first_tid, nbytes, tids[0:5] AS some_tids
FROM gin_leafpage_items(get_raw_page('gin_test_idx', 2));