Re: Issue with insert

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Issue with insert
Дата
Msg-id 614.1267304300@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Issue with insert  (Michael Gould <mgould@intermodalsoftwaresolutions.net>)
Ответы Re: Issue with insert  (Michael Gould <mgould@intermodalsoftwaresolutions.net>)
Список pgsql-sql
Michael Gould <mgould@intermodalsoftwaresolutions.net> writes:
> Here is the table DDL,

Can't really test this since you didn't supply the source code for
those triggers:

> CREATE TRIGGER "insertcitystateinfo" BEFORE INSERT OR UPDATE
> ON "iss"."citystateinfo" FOR EACH ROW
> EXECUTE PROCEDURE "iss"."insertcitystateinfofunc"();

> CREATE TRIGGER "update_timestamp_citystateinfo" BEFORE UPDATE
> ON "iss"."citystateinfo" FOR EACH ROW
> EXECUTE PROCEDURE "iss"."timestampfunc"();

Personally I'm suspicious that the BEFORE INSERT trigger is changing the
data.
        regards, tom lane


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

Предыдущее
От: Michael Gould
Дата:
Сообщение: Re: Issue with insert
Следующее
От: Michael Gould
Дата:
Сообщение: Re: Issue with insert