Review: check existency of table for -t option (pg_dump) when pattern...

Поиск
Список
Период
Сортировка
От Teodor Sigaev
Тема Review: check existency of table for -t option (pg_dump) when pattern...
Дата
Msg-id 55F2FA74.7010306@sigaev.ru
обсуждение исходный текст
Ответы Re: Review: check existency of table for -t option (pg_dump) when pattern...  (Pavel Stehule <pavel.stehule@gmail.com>)
Список pgsql-hackers
https://commitfest.postgresql.org/6/201/

Patch looks good and is helpful in some usecases. I found and fix some typo (new
version in attach), but patch shows some inconsistent output:
% pg_dump -t 'aaa*'  postgres
pg_dump: No matching tables were found
% pg_dump -t 'aaa*' --strict-names postgres
pg_dump: Table "aaa*" not found.

In second case error message is obviously worse.
--
Teodor Sigaev                                   E-mail: teodor@sigaev.ru
                                                    WWW: http://www.sigaev.ru/

Вложения

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

Предыдущее
От: Tomas Vondra
Дата:
Сообщение: Re: Partitioned checkpointing
Следующее
От: David Rowley
Дата:
Сообщение: Re: WIP: Make timestamptz_out less slow.