Re: json accessors

Поиск
Список
Период
Сортировка
От Josh Berkus
Тема Re: json accessors
Дата
Msg-id 50BE3B7B.8090703@agliodbs.com
обсуждение исходный текст
Ответ на Re: json accessors  (Andrew Dunstan <andrew@dunslane.net>)
Ответы Re: json accessors
Список pgsql-hackers
> Yes, you are, rather. It might be possible to do something like:
> 
>     json_get(json, variadic text) => json

Given that I already do the equivalent in Python, this would suit me
well.  Not sure about other users ...

> as long as it doesn't involve any testing beyond field name  / array
> index equivalence.

I'm sure people will *ask* for more in the future, but you could do a
LOT with just an equivalence version.

-- 
Josh Berkus
PostgreSQL Experts Inc.
http://pgexperts.com



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

Предыдущее
От: Andres Freund
Дата:
Сообщение: Re: WIP: store additional info in GIN index
Следующее
От: Michael Meskes
Дата:
Сообщение: Re: [PATCH] Patch to fix libecpg.so for isinf missing