Re: Issue with insert

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

Thanks, that's exactly what it was.

Best Regards

Mike Gould

"Tom Lane" <tgl@sss.pgh.pa.us> wrote:
> 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
>

--
Michael Gould, Managing Partner
Intermodal Software Solutions, LLC
904.226.0978
904.592.5250 fax




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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Issue with insert
Следующее
От: rawi
Дата:
Сообщение: kind of RULE on SELECT depending on existence of a WHERE condition