Request for comment: pgjson project

Поиск
Список
Период
Сортировка
От Terry Laurenzo
Тема Request for comment: pgjson project
Дата
Msg-id AANLkTinH9CL5szEm_OmyAxSod2=5GpfQBmVezAjRvFWR@mail.gmail.com
обсуждение исходный текст
Ответы Re: Request for comment: pgjson project  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-general
Hi all -

I'm a long-time postgres user but have never developed any extensions for it.  I had some time over the past week and decided to tackle a project I've had on my list for a while: adding robust JSON capabilities to the database server.  This is the first step in a bigger thought that I've been toying with for a while.

Its not done yet, but it builds and works with some examples (see the Github readme).

This isn't just an alias for a text type with some validation.  The internal representation is actually a superset of BSON (http://bsonspec.org/) as defined for MongoDB.  I've architected it so that it should play naturally with the postgres type system, but there are still some cast functions that need to be implemented.

Anyway, feedback is appreciated - good, bad or otherwise.

Thanks.
Terry

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

Предыдущее
От: Guy Rouillier
Дата:
Сообщение: Re: It it possible to get this result in one query?
Следующее
От: "Andrus Moor"
Дата:
Сообщение: How to change pg_trigger query so that it works in 9.0 without pg_trigger.tgisconstraint does not exist error