pg_dump - Mailing list pgsql-admin

From Wasim Devale
Subject pg_dump
Date
Msg-id CAB5fag579JWutV2KyDcKVPpiba=H55k1vx8sxc8RPKyp8ssgEQ@mail.gmail.com
Whole thread Raw
Responses Re: pg_dump
Re: pg_dump
List pgsql-admin
Hi All

Please let me know if the below option persists while using pg_dump command:

-t table_name --exclude-column column_name

I have a table with a column having bytea data type (BLOBS). I just want to exclude this in the dump file as it is of 99GB but I want the other data in the same table which is of only 22MB.

Please let me know any work around this.

I used this option in pg_dump but that didn't work:

--exclude-table-data = table_name

PG version 12.19

Thanks,
Wasim 

pgsql-admin by date:

Previous
From: Rui DeSousa
Date:
Subject: Re: Pg_repack
Next
From: "David G. Johnston"
Date:
Subject: Re: pg_dump