Re: nested hstore patch

Поиск
Список
Период
Сортировка
От Jim Nasby
Тема Re: nested hstore patch
Дата
Msg-id 52CDF55F.40700@nasby.net
обсуждение исходный текст
Ответ на Re: nested hstore patch  (Pavel Stehule <pavel.stehule@gmail.com>)
Список pgsql-hackers
On 12/23/13, 9:47 AM, Pavel Stehule wrote:
>     Has anybody looked into how hard it would be to add "method" notation
>     to postgreSQL, so that instead of calling
>
>     getString(hstorevalue, n)
>
>     we could use
>
>     hstorevalue.getString(n)
>
>
> yes, I played with it some years ago. I ended early, there was a problem with parser - when I tried append a new
rule.And because there was not simple solution, I didn't continue.
 
>
> But it can be nice feature - minimally for plpgsql coders.

Isn't there also some major problem with differentiating between schema/table/field with that too? I recall discussion
alongthose lines, though maybe it was for the idea of recursive schemas.
 
-- 
Jim C. Nasby, Data Architect                       jim@nasby.net
512.569.9461 (cell)                         http://jim.nasby.net



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

Предыдущее
От: Jim Nasby
Дата:
Сообщение: Re: Standalone synchronous master
Следующее
От: Jim Nasby
Дата:
Сообщение: Re: Simple improvements to freespace allocation