aclitem binary encoding

Поиск
Список
Период
Сортировка
От Joseph Koshakow
Тема aclitem binary encoding
Дата
Msg-id CAAvxfHdpbCjJ6VO+BmJgMVA1yu50xBAEGw2NWaNnug-W0rBHCg@mail.gmail.com
обсуждение исходный текст
Ответы Re: aclitem binary encoding
Список pgsql-general
Hi all,

I was using a PostgreSQL driver that used binary input/output to query
some ACL data and was surprised to see the following error:

    no binary output function available for type aclitem

In fact, aclitem has no binary input or output functions

    postgres=# SELECT typinput, typoutput, typreceive, typsend FROM pg_type WHERE typname = 'aclitem';
     typinput  | typoutput  | typreceive | typsend
    -----------+------------+------------+---------
     aclitemin | aclitemout | -          | -
    (1 row)

Is this an intentional decision to not support a binary encoding for
aclitem types? Or is it just a lack of a feature?

Thanks,
Joe Koshakow

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

Предыдущее
От: Dimitrios Apostolou
Дата:
Сообщение: Re: Moving data from huge table slow, min() query on indexed column taking 38s
Следующее
От: Adrian Klaver
Дата:
Сообщение: Re: invalid value for parameter "default_text_search_config": "public.pg"