This is due to my mistake: NAME section must contain "product" name; dash; short description. This caused 'lexgrog' to fail. <Off-topic> Note that current HEAD is not build-able, we would need to merge changes from git://git.postgresql.org/git/pg_filedump.git but I am not sure what is correct. Some reference: 1370840444.7746.22.camel@jdavis </Off-topic> Resolves: #948934 (private) Version: 9.2.0-5
64 lines
1.7 KiB
Groff
64 lines
1.7 KiB
Groff
.\" 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>
|