Blob Blame History Raw
.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.44.1.
.TH PG_FILEDUMP "1" "April 2014" "pg_filedump 9.3.0" "User Commands"
.SH NAME
pg_filedump \- PostgreSQL heap/index/control file dumper
.SH SYNOPSIS
.B pg_filedump
[\fI-abcdfhixy\fR] [\fI-R startblock \fR[\fIendblock\fR]] [\fI-S blocksize\fR] \fIfile\fR
.SH DESCRIPTION
Display formatted contents of a PostgreSQL heap/index/control file.
.SS "The following options are valid for heap and index files:"
.TP
\fB\-a\fR
Display absolute addresses when formatting (Block header
information is always block relative)
.TP
\fB\-b\fR
Display binary block images within a range (Option will turn
off all formatting options)
.TP
\fB\-d\fR
Display formatted block content dump (Option will turn off
all other formatting options)
.TP
\fB\-f\fR
Display formatted block content dump along with interpretation
.TP
\fB\-h\fR
Display this information
.TP
\fB\-i\fR
Display interpreted item details
.TP
\fB\-R\fR
Display specific block ranges within the file (Blocks are
indexed from 0)
.IP
[startblock]: block to start at
[endblock]: block to end at
.IP
A startblock without an endblock will format the single block
.TP
\fB\-S\fR
Force block size to [blocksize]
.TP
\fB\-x\fR
Force interpreted formatting of block items as index items
.TP
\fB\-y\fR
Force interpreted formatting of block items as heap items
.SS "The following options are valid for control files:"
.TP
\fB\-c\fR
Interpret the file listed as a control file
.TP
\fB\-f\fR
Display formatted content dump along with interpretation
.TP
\fB\-S\fR
Force block size to [blocksize]
.SH OTHERS
This manual page was generated from pg_filedump help output (\fB-h\fR) by
help2man(1).
.SH "REPORTING BUGS"
Report bugs to <pgsql\-bugs@postgresql.org>