Re: Add --include-table-data-where option to pg_dump, to export onlya subset of table data

Поиск
Список
Период
Сортировка
От Surafel Temesgen
Тема Re: Add --include-table-data-where option to pg_dump, to export onlya subset of table data
Дата
Msg-id CALAY4q8NETGrT=vGtC7N1z6WV2gcc4HVkCv69PQAQ50eNzgNtg@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Add --include-table-data-where option to pg_dump, to export onlya subset of table data  (Carter Thaxton <carter.thaxton@gmail.com>)
Ответы Re: Add --include-table-data-where option to pg_dump, to export onlya subset of table data  (Robert Haas <robertmhaas@gmail.com>)
Список pgsql-hackers
hey,
i am reviewing this patch
On Thu, May 31, 2018 at 4:49 AM, Carter Thaxton <carter.thaxton@gmail.com> wrote:

  pg_dump --where '"foo:bar":created_at >= '2018-05-01'" dbname
 
it would be more sqlish if it specified like: 
--table=foo --where ="bar created_at >= 2018-05-01"
and i don't like the idea of duplicating the existing --table behavior it may confuse user
i rather recommend extending it. And when i test it with --table option the content of dump
file depend on the option specified first.
  
Regards
Surafel

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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: Tips on committing
Следующее
От: Michael Paquier
Дата:
Сообщение: Re: Tips on committing