pg_filedump icon indicating copy to clipboard operation
pg_filedump copied to clipboard

pg_filedump provides facilities for low-level examination of PostgreSQL tables and indexes

Results 7 pg_filedump issues
Sort by recently updated
recently updated
newest added

Since GIN data pages content consists of either (compressed) posting lists or lists of posting items, getting pg_filedump FormatItemBlock function to parse it leads to erros like "Error: Item contents...

Added the same behaviour for processing gin and spgist meta pages as it is for btree meta page. Before for those indexes pg_filedump tried to parse meta pages, what led...

Hi Guys, When I try to decode the table file (which have a numeric(19,4)) , become value as 8550.C723. ![image](https://github.com/df7cb/pg_filedump/assets/133334015/deee248e-b048-4db4-b2f7-c749cf983443) My command like: /opt/pgsql-15/bin/pg_filedump -D numeric,timestamp,numeric.. My PG version is...

I have used this branches: ``` PostgreSQL - REL_15_STABLE pg_filedump - master ``` Server configuration: ```bash PGPREFIX=/tmp/pgsql CPPFLAGS="-Og -fsanitize=address -fsanitize=undefined -fno-sanitize-recover=all -fno-sanitize=nonnull-attribute -fstack-protector" \ LDFLAGS='-fsanitize=address -fsanitize=undefined -static-libasan' \ ./configure --enable-tap-tests...

The following instruction in README makes no sense: > ## Compile/Installation: > > To compile pg_filedump, you will need to have a properly configured > PostgreSQL source tree or the...

[pg_filedump.zip](https://github.com/df7cb/pg_filedump/files/13049211/pg_filedump.zip) pg_filedump -D int,varchar,xml,text,text -t -o 21359 >21359act_evt_log.txt The file is normal, and this is the test data I did. I found that the - t parameter, taking field values...

Can you support parsing of -D vector, i.e. vector data?