[HACKERS] Allowing dash character in LTREE

Поиск
Список
Период
Сортировка
От Cyril Auburtin
Тема [HACKERS] Allowing dash character in LTREE
Дата
Msg-id CAKteAhH2FDH8TpK5nc4AVCvzvGx4qP+bi8Vk9BqjPaOYupYi1Q@mail.gmail.com
обсуждение исходный текст
Ответы Re: [HACKERS] Allowing dash character in LTREE  ("David G. Johnston" <david.g.johnston@gmail.com>)
Re: [HACKERS] Allowing dash character in LTREE  (Manuel Kniep <rapimo@adeven.com>)
Список pgsql-hackers
It could be useful to allow the `-` char in allowed LTREE 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 по дате отправления:

Предыдущее
От: Pavel Stehule
Дата:
Сообщение: [HACKERS] type cache for concat functions
Следующее
От: Amit Kapila
Дата:
Сообщение: Re: [HACKERS] statement_timeout is not working as expected with postgres_fdw