Hi all, A new version of pgdview is released in: http://pgfoundry.org/projects/pg-rdump/
What's pgdview? PostgreSQL data view is command line tool for dump PostgreSQL(8.3) data file structure. It can show heap/index page header, tuples and tuples' data. It can also display special space and meta data in index. Feature Follow ctid can run over updated(normal/HOT) tuples. What's new in 0.3? * Index page is supported and also is possible to display meta data and special space. * New parameter for readable data output. * Follow ctid supports HOT. Feedback is welcome. Regards, Tomas Dosoudil
