[HACKERS] JSONB - JSONB operator feature request - Mailing list pgsql-hackers

From david.turon@linuxbox.cz
Subject [HACKERS] JSONB - JSONB operator feature request
Date
Msg-id OFB19CF960.2FB9720A-ONC1258161.003ED5F5-C1258161.003FC550@notes.linuxbox.cz
Whole thread Raw
Responses Re: [HACKERS] JSONB - JSONB operator feature request
Re: [HACKERS] JSONB - JSONB operator feature request
List pgsql-hackers
Hi,

some users and me used hstore - hstore for example storing only changed rows in trigger like:

hsore(NEW) - hstore(OLD)

There isn't same operator/function in JSON/JSONB. We can only remove keys from JSONB, but not equal key-value pairs. Is there any chance to have same feature with JSON/JSONB in postgres core?

Thanks!

David

--
-------------------------------------
Ing. David TUROŇ
LinuxBox.cz, s.r.o.
28. rijna 168, 709 01 Ostrava

tel.:    +420 591 166 224
fax:    +420 596 621 273
mobil:  +420 732 589 152
www.linuxbox.cz

mobil servis: +420 737 238 656
email servis: servis@linuxbox.cz
-------------------------------------

pgsql-hackers by date:

Previous
From: Amit Kapila
Date:
Subject: Re: [HACKERS] bug in locking an update tuple chain
Next
From: Andres Freund
Date:
Subject: Re: [HACKERS] segfault in HEAD when too many nested functions call