Re: Continue transactions after errors in psql

Поиск
Список
Период
Сортировка
От Harald Fuchs
Тема Re: Continue transactions after errors in psql
Дата
Msg-id pu1x8xbno8.fsf@srv.protecting.net
обсуждение исходный текст
Ответ на Re: [PATCHES] Continue transactions after errors in psql  ("Greg Sabino Mullane" <greg@turnstep.com>)
Список pgsql-hackers
In article <426E4AC1.4070706@archonet.com>,
Richard Huxton <dev@archonet.com> writes:

>> I just don't see why non-interactive mode does need such a switch
>> because there is no way to check if there was an error. So just put
>> two queries there and hope one will work?

> DROP TABLE foo;
> CREATE TABLE foo...

Ah, my pet peeve!  "DROP TABLE IF EXISTS name" is the only thing I
really miss from MySQL.



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

Предыдущее
От: "Joshua D. Drake"
Дата:
Сообщение: Re: [PATCHES] Continue transactions after errors in psql
Следующее
От: Philip Warner
Дата:
Сообщение: Re: [PATCHES] Continue transactions after errors in