Re: JSON for PG 9.2

Поиск
Список
Период
Сортировка
От Dimitri Fontaine
Тема Re: JSON for PG 9.2
Дата
Msg-id m2aa6p3fdt.fsf@2ndQuadrant.fr
обсуждение исходный текст
Ответ на Re: JSON for PG 9.2  (Merlin Moncure <mmoncure@gmail.com>)
Ответы Re: JSON for PG 9.2  (Merlin Moncure <mmoncure@gmail.com>)
Список pgsql-hackers
Merlin Moncure <mmoncure@gmail.com> writes:
>> Why would that matter more for JSON than for any other non-core type?
>
> well, it's a minor headache for all the oid-isn't-in-pgtypes.h types,
> and only then for high traffic types (which presumably json will be).

Extensions are going to be more and more used and “pervasive” in next
years, and binary wire transfers is a good goal.  What about creating
something like the PostgreSQL types IANA?

New type authors would register their OID and as a benefit would get
listed on some public reference sheet, and we could add some mechanism
so that default CREATE TYPE calls will not use reserved OID numbers.

Then it would be all cooperative only, so not a security thing, just a
way to ease binary and extension co-existence.

Regards,
--
Dimitri Fontaine
http://2ndQuadrant.fr     PostgreSQL : Expertise, Formation et Support


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

Предыдущее
От: Merlin Moncure
Дата:
Сообщение: Re: JSON for PG 9.2
Следующее
От: David Fetter
Дата:
Сообщение: Re: Page Checksums