"A GIN index stores a set of (key, posting list) pairs, where a posting list is a set of row IDs in which the key occurs. " https://www.postgresql.org/docs/current/gin-intro.html
How can I access this list of (key,posting list)?
"A GIN index stores a set of (key, posting list) pairs, where a posting list is a set of row IDs in which the key occurs. " https://www.postgresql.org/docs/current/gin-intro.html
How can I access this list of (key,posting list)?