Re: pg_dump doesn't report failure

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: pg_dump doesn't report failure
Дата
Msg-id 26197.1015554113@sss.pgh.pa.us
обсуждение исходный текст
Ответ на pg_dump doesn't report failure  ("Christopher Kings-Lynne" <chriskl@familyhealth.com.au>)
Ответы Re: pg_dump doesn't report failure  (Neil Conway <nconway@klamath.dyndns.org>)
Список pgsql-hackers
"Christopher Kings-Lynne" <chriskl@familyhealth.com.au> writes:
> This is the current CVS behaviour:

> bash-2.05$ pg_dump -a -t badtable mydb
> --
> -- Selected TOC Entries:
> --

> Where 'badtable' is the name of a table that doesn't exist.

> Should this beheaviour be at least modified to write something to stderr?

I dunno.  I think the direction we were planning to go in was that -t's
argument should be treated as a pattern to match against table names
(eg, a regexp).  It's not clear that zero matches are an error when
you are thinking in those terms.  On the other hand I can see your point
about not realizing your "backup" isn't.
        regards, tom lane


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: point in time recovery and moving datafiles online
Следующее
От: Neil Conway
Дата:
Сообщение: Re: pg_dump doesn't report failure