Re: BUG #15573: Need more clarification in Json

Поиск
Список
Период
Сортировка
От David G. Johnston
Тема Re: BUG #15573: Need more clarification in Json
Дата
Msg-id CAKFQuwavCh_nbtfms13qSAA0f=rxRkYpVnHu-WOOwYJCpMP33A@mail.gmail.com
обсуждение исходный текст
Ответ на BUG #15573: Need more clarification in Json  (PG Bug reporting form <noreply@postgresql.org>)
Список pgsql-bugs
On Thursday, January 3, 2019, PG Bug reporting form <noreply@postgresql.org> wrote:

Bug reference:      15573
Logged by:          selva kumaran

 
Please don’t use the bug reporting list for basic user questions.

Right now the issue is my business user needs only the particular column
which have changed from old to new not the whole json record.
i.e i need a select query to find the difference between two json columns(
v_old_data and v_new_data ).

Apply json_each_text to both values, full join on the keys, and filter out pairs with matching values?

David J.

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

Предыдущее
От: PG Bug reporting form
Дата:
Сообщение: BUG #15573: Need more clarification in Json
Следующее
От: David Rowley
Дата:
Сообщение: Re: BUG #15572: Misleading message reported by "Drop functionoperation" on DB with functions having same name