Re: Determining if a table really changed in a trigger

Поиск
Список
Период
Сортировка
От Marcos Pegoraro
Тема Re: Determining if a table really changed in a trigger
Дата
Msg-id CAB-JLwauKri8Y+7GX6TZKvxziHmSEvdb2oc+kE6u2YzY5JUErw@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Determining if a table really changed in a trigger  (Alban Hertroys <haramrae@gmail.com>)
Ответы Re: Determining if a table really changed in a trigger  (Alban Hertroys <haramrae@gmail.com>)
Список pgsql-general

Don’t use this approach with JSON (as opposed to JSONB) type fields though, a single extra space in the JSON structure would already lead to a difference, as would other formatting differences.

I don´t think two equal values being converted to json will be different in any way. If row_to_json of both are different, I suppose both record really are different, no ? 

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

Предыдущее
От: Alban Hertroys
Дата:
Сообщение: Re: Determining if a table really changed in a trigger
Следующее
От: Alban Hertroys
Дата:
Сообщение: Re: Determining if a table really changed in a trigger