Re: SQL/JSON in PostgreSQL
Sven R. Kunze <srkunze@mail.de>
From: "Sven R. Kunze" <srkunze@mail.de>
To: Josh Berkus <josh@berkus.org>, Magnus Hagander <magnus@hagander.net>,
Peter van Hardenberg <pvh@pvh.ca>
Cc: Andres Freund <andres@anarazel.de>, Oleg Bartunov <obartunov@gmail.com>,
David Steele <david@pgmasters.net>, Pavel Stehule <pavel.stehule@gmail.com>,
Pgsql Hackers <pgsql-hackers@postgresql.org>,
Nikita Glukhov <n.gluhov@postgrespro.ru>,
Teodor Sigaev <teodor@postgrespro.ru>,
Alexander Korotkov <a.korotkov@postgrespro.ru>,
andrew Dunstan <andrew@dunslane.net>
Date: 2017-03-13T19:10:42Z
Lists: pgsql-hackers
On 10.03.2017 20:28, Josh Berkus wrote: > On 03/09/2017 10:12 AM, Sven R. Kunze wrote: >> >> SaltStack uses YAML for their tools, too. I personally can empathize >> with them (as a user of configuration management) about this as writing >> JSON would be nightmare with all the quoting, commas, curly braces etc. >> But that's my own preference maybe. > Yes, but automated tools can easily convert between JSON and > newline-delimited YAML and back. Sure. That wasn't point, though. Sven
Commits
-
SQL/JSON: support the IS JSON predicate
- 6ee30209a6f1 16.0 landed
-
SQL/JSON: add standard JSON constructor functions
- 7081ac46ace8 16.0 landed