-
- Downloads
Add --no-blobs option to pg_dump
Add an option to exclude blobs when running pg_dump. By default, blobs are included but this option can be used to exclude them while keeping the rest of the dump. Commment updates and regression tests from me. Author: Guillaume Lelarge Reviewed-by: Amul Sul Discussion: https://postgr.es/m/VisenaEmail.48.49926ea6f91dceb6.15355a48249@tc7-visena
Showing
- doc/src/sgml/ref/pg_dump.sgml 16 additions, 0 deletionsdoc/src/sgml/ref/pg_dump.sgml
- src/bin/pg_dump/pg_backup.h 1 addition, 0 deletionssrc/bin/pg_dump/pg_backup.h
- src/bin/pg_dump/pg_dump.c 15 additions, 4 deletionssrc/bin/pg_dump/pg_dump.c
- src/bin/pg_dump/t/002_pg_dump.pl 85 additions, 1 deletionsrc/bin/pg_dump/t/002_pg_dump.pl
Loading
Please register or sign in to comment