Re: Oid registry

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема Re: Oid registry
Дата
Msg-id 506250DB.5030000@dunslane.net
обсуждение исходный текст
Ответ на Re: Oid registry  (Peter Eisentraut <peter_e@gmx.net>)
Ответы Re: Oid registry  (Hannu Krosing <hannu@krosing.net>)
Re: Oid registry  (Peter Eisentraut <peter_e@gmx.net>)
Список pgsql-hackers
On 09/25/2012 08:35 PM, Peter Eisentraut wrote:
> On Tue, 2012-09-25 at 18:22 -0400, Tom Lane wrote:
>> Actually, after reading another message you sent, I thought you were
>> going to respond that your proposed transforms feature would cover it.
> I had thought about this some time ago, but it's clearer to think of
> casts as associating two types, versus transforms associating a type and
> a language.  JSON and XML tend to be types.


OK, I think this solves the object_to_json problem after all - we'll 
look for a cast to json and if it's not there use the string form of the 
object. Nice.

That still leaves the other uses for having well known Oids (or possibly 
UUIDs) for non-builtin types (e.g. so Drivers don't have to look them up 
in the catalogs, or having issues when types are added to the core.)

cheers

andrew




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

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: [COMMITTERS] pgsql: Properly set relpersistence for fake relcache entries.
Следующее
От: Robert Haas
Дата:
Сообщение: Re: Oid registry