Re: [doc] clarify behaviour of pg_dump's -t/--table option with non-tables

Поиск
Список
Период
Сортировка
От Ian Lawrence Barwick
Тема Re: [doc] clarify behaviour of pg_dump's -t/--table option with non-tables
Дата
Msg-id CAB8KJ=hijOtVKuRz6fY573RrUK5yPOO3r99n+c9DARuCKHb+Qw@mail.gmail.com
обсуждение исходный текст
Ответ на [doc] clarify behaviour of pg_dump's -t/--table option with non-tables  (Ian Lawrence Barwick <barwick@gmail.com>)
Ответы Re: [doc] clarify behaviour of pg_dump's -t/--table option with non-tables  (Magnus Hagander <magnus@hagander.net>)
Список pgsql-hackers
2020年10月6日(火) 21:58 Ian Lawrence Barwick <barwick@gmail.com>:
>
> Hi
>
> Recently I ran into a case where someone was wondering why it was not
> possible to dump the contents of a view, even though the documentation [1]
> seems to imply this is possible.
>
> Currently it says:
>
>   Dump only tables with names matching pattern. For this purpose, "table"
>   includes views, materialized views, sequences, and foreign tables.
>
> The attached patch attempts to clarify that only definitions of those objects
> will be dumped, and also mentions that dumping foreign table data requires the
> --include-foreign-data option.
>
> I suggest backpatching any changes to Pg13 where the --include-foreign-data
> option was added.
>
> [1] https://www.postgresql.org/docs/current/app-pgdump.html

Better version attached.


Regards

Ian Barwick

--
EnterpriseDB: https://www.enterprisedb.com

Вложения

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

Предыдущее
От: Bharath Rupireddy
Дата:
Сообщение: Re: Parallel INSERT (INTO ... SELECT ...)
Следующее
От: Magnus Hagander
Дата:
Сообщение: Re: [doc] clarify behaviour of pg_dump's -t/--table option with non-tables