Re: pg_dump

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: pg_dump
Дата
Msg-id 1170092.1723530800@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: pg_dump  (Wasim Devale <wasimd60@gmail.com>)
Ответы Re: pg_dump
Список pgsql-admin
Wasim Devale <wasimd60@gmail.com> 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=pg_toast.pg_toast_10176226

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



В списке pgsql-admin по дате отправления: