pg-migrator - pg_migrator: Perform failure checks before running

Поиск
Список
Период
Сортировка
От tgl@pgfoundry.org (User Tgl)
Тема pg-migrator - pg_migrator: Perform failure checks before running
Дата
Msg-id 20090702220256.EA8FE10721B9@pgfoundry.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Perform failure checks before running pg_dump.  No reason to make the
user wait through a pg_dump before finding out he's got a problem
when it's just as easy to do it in the other order.

Modified Files:
--------------
    pg_migrator/src:
        pg_migrator.c (r1.51 -> r1.52)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pg-migrator/pg_migrator/src/pg_migrator.c?r1=1.51&r2=1.52)

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

Предыдущее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Fix up pg_dump's --binary-upgrade option so that it behaves
Следующее
От: tgl@pgfoundry.org (User Tgl)
Дата:
Сообщение: pg-migrator - pg_migrator: Fix assorted rather bogus SQL queries ---