Community

Postgres contrib module highlight: pageinspect

(Michael Paquier) pageinspect is an extension module of PostgreSQL core allowing to have a look at the contents of relations (index or table) in the database at a low level. In the case of PostgreSQL, tuples of a table are stored in blocks of data whose size can be changed with –with-blocksize at co

Read More - Register for Free Membership