[HACKERS] Allowing dash character in LTREE

2017-05-19 Thread Cyril Auburtin
I propose to allow the `-` char in allowed label characters 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 source: https://doxygen.postgresql.org/ltree_8h.html#a1cb5d5d

[HACKERS] Allowing dash character in LTREE

2017-05-19 Thread Cyril Auburtin
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 operat

[HACKERS] Allowing dash character in LTREE

2017-05-20 Thread Cyril Auburtin
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 a

Re: [HACKERS] Allowing dash character in LTREE

2017-05-20 Thread Cyril Auburtin
breadcrumbs' etc.. 2017-05-20 18:31 GMT+02:00 David G. Johnston : > On Sat, May 20, 2017 at 1:27 AM, Cyril Auburtin > wrote: > >> It could be useful to allow the `-` char in allowed LTREE label >> characters (currently a-zA-Z0-9_ https://www.postgre >> sql.org/d

Re: [HACKERS] Allowing dash character in LTREE

2017-06-12 Thread Cyril Auburtin
; > > > > Manuel Kniep > Danziger Str. 116 > 10405 Berlin > Am 20.05.2017 um 10:27 schrieb Cyril Auburtin : > > It could be useful to allow the `-` char in allowed LTREE label characters > (currently > a-zA-Z0-9_ https:// > <https://www.postgresql.org/docs/9.