Re: pg_dump

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Then what might be the solution for it if I am only concerned about using pg_dump


On Tue, 13 Aug, 2024, 12:03 pm Tom Lane, <tgl@xxxxxxxxxxxxx> wrote:
Wasim Devale <wasimd60@xxxxxxxxx> writes:
> I did one thing, we can exclude the toast table in the pg_dump command that
> has the BLOBS data for a particular table.
> --exclude-table-data="">
Utterly pointless.  pg_dump does not dump toast tables as such;
it's only concerned with their parent "regular" tables.  It will
fetch data from the regular tables, and it's not concerned with
the server-side implementation detail that some of that data
might be coming out of a toast table.

                        regards, tom lane

[Index of Archives]     [Postgresql Home]     [Postgresql General]     [Postgresql Performance]     [Postgresql PHP]     [Postgresql Jobs]     [PHP Users]     [PHP Databases]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Databases]     [Yosemite Forum]

  Powered by Linux