Re: disable triggers using psql

Поиск
Список
Период
Сортировка
От Andrew Sullivan
Тема Re: disable triggers using psql
Дата
Msg-id 20110216150451.GP96213@shinkuro.com
обсуждение исходный текст
Ответ на disable triggers using psql  (Geoffrey Myers <lists@serioustechnology.com>)
Список pgsql-general
On Wed, Feb 16, 2011 at 09:50:39AM -0500, Geoffrey Myers wrote:
> Is there a way to resolve this issue with the psql loading approach?

You can just disable or, depending on your version of Postgres, drop
the triggers at the start of the load, load everything up, and then
add them again.

A

--
Andrew Sullivan
ajs@crankycanuck.ca

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

Предыдущее
От: Geoffrey Myers
Дата:
Сообщение: disable triggers using psql
Следующее
От: "David Johnston"
Дата:
Сообщение: Re: disable triggers using psql