Aw: Additional accessors via the Extension API ?

Поиск
Список
Период
Сортировка
От Karsten Hilbert
Тема Aw: Additional accessors via the Extension API ?
Дата
Msg-id trinity-4455287d-6da1-4ee4-b4bb-447811798172-1645349006967@3c-app-gmx-bs31
обсуждение исходный текст
Ответ на Additional accessors via the Extension API ?  (Markur Sens <markursens@gmail.com>)
Список pgsql-general
> Suppose  I have defined an additional type in a PG extension.
>
> Is it possible to add custom accessors to that type -much like jsonb does- but use an API/hook without touching the
corePG grammar & parser?  
>
> Hypothetical Examples:
>
> Assuming I have a TextFile type I’d like to implement syntax like:
>
> (‘/home/me/a.txt’::TextFile).firstline
> (‘/home/me/a.txt’::TextFile).lastline
> (‘/home/me/a.txt’::TextFile).countlines()
> (‘/home/me/a.txt’::TextFile).size()
> (‘/home/me/a.txt’::TextFile).datemodified()

Off on a tangent but would file_fdw help in any way ?

Karsten



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

Предыдущее
От: Markur Sens
Дата:
Сообщение: Additional accessors via the Extension API ?
Следующее
От: Julien Rouhaud
Дата:
Сообщение: Re: Additional accessors via the Extension API ?