[HACKERS] Allowing dash character in LTREE

Поиск
Список
Период
Сортировка
От Cyril Auburtin
Тема [HACKERS] Allowing dash character in LTREE
Дата
Msg-id CAKteAhGVvvOLhiav1-Cwu9_JN_EW80Rao_MBsYMO0QfbWpbJFw@mail.gmail.com
обсуждение исходный текст
Список pgsql-hackers
I propose to allow the `-` char in allowed label characters (currently a-zA-Z0-9_ https://www.postgresql.org/docs/9.6/static/ltree.html)

The reason is to allow to use more easily base64 ids, (like https://github.com/dylang/shortid, ...), uuid's too in labels

`-` is also not used as a query operator as a plus



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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: [HACKERS] Preliminary results for proposed new pgindent implementation
Следующее
От: Robert Haas
Дата:
Сообщение: Re: [HACKERS] [POC] hash partitioning