From 4fafa579b0ab411f4cd2f30c57205d9b0ac27340 Mon Sep 17 00:00:00 2001 From: Stephen Frost Date: Tue, 29 Nov 2016 11:09:35 -0500 Subject: 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 --- doc/src/sgml/ref/pg_dump.sgml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'doc/src') diff --git a/doc/src/sgml/ref/pg_dump.sgml b/doc/src/sgml/ref/pg_dump.sgml index 04b312445da..f6225d23c80 100644 --- a/doc/src/sgml/ref/pg_dump.sgml +++ b/doc/src/sgml/ref/pg_dump.sgml @@ -147,6 +147,22 @@ PostgreSQL documentation + + + + + + Exclude large objects in the dump. + + + + When both + + + -- cgit v1.2.3