Re: hstores in pl/python

Поиск
Список
Период
Сортировка
От James William Pye
Тема Re: hstores in pl/python
Дата
Msg-id 13C8A088-3916-4948-98F9-013E84F1E91B@jwp.name
обсуждение исходный текст
Ответ на Re: hstores in pl/python  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: hstores in pl/python  (Florian Pflug <fgp@phlo.org>)
Список pgsql-hackers
On Dec 13, 2010, at 6:16 PM, Tom Lane wrote:
> how do you identify which type OID is really hstore?


How about an identification field on pg_type?

CREATE TYPE hstore ..., IDENTIFIER 'org.postgresql.hstore';
-- Where the "identifier" is an arbitrary string.

Type information can be looked up by the PL, and the I/O functions can
be dynamically resolved using the identifier.


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

Предыдущее
От: Florian Pflug
Дата:
Сообщение: Getting "ERROR: no unpinned buffers available" on HEAD, should I investigate?
Следующее
От: Robert Haas
Дата:
Сообщение: Re: [PATCH] V3: Idle in transaction cancellation