Re: Ltree syntax improvement

2020-01-21 Thread Dmitry Belyavsky
ithout changing the logic, > and then making changes. But maybe that's an overkill. > > > regards > > -- > Tomas Vondra http://www.2ndQuadrant.com > PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services > -- SY, Dmitry Belyavsky

Re: Ltree syntax improvement

2019-07-11 Thread Dmitry Belyavsky
Dear Thomas, On Thu, Jul 11, 2019 at 11:20 AM Thomas Munro wrote: > On Wed, Jul 10, 2019 at 7:40 AM Dmitry Belyavsky > wrote: > > [ltree_20190709.diff] > > Hi Dmitry, > > You need to update contrib/ltree_plpython/expected/ltree_plpython.out, > otherwise check-world f

Re: Ltree syntax improvement

2019-07-09 Thread Dmitry Belyavsky
On Mon, Jul 8, 2019 at 11:33 PM Alvaro Herrera wrote: > On 2019-Jul-08, Dmitry Belyavsky wrote: > > > I did not introduce any functions. I've just changed the parser. > > I mean the C-level functions -- count_parts_ors() and so on. > > Added a comment to count_parts_or

Re: Ltree syntax improvement

2019-07-08 Thread Dmitry Belyavsky
Dear Alvaro, On Mon, Jul 8, 2019 at 11:16 PM Alvaro Herrera wrote: > On 2019-Jul-08, Dmitry Belyavsky wrote: > > > Dear Thomas, > > > > Thank you for your proofreading! > > > > Please find the updated patch attached. It also contains the missing > >

Re: Ltree syntax improvement

2019-07-08 Thread Dmitry Belyavsky
Dear Thomas, Thank you for your proofreading! Please find the updated patch attached. It also contains the missing escaping. On Mon, Jul 8, 2019 at 10:39 AM Thomas Munro wrote: > On Wed, Apr 17, 2019 at 5:29 AM Dmitry Belyavsky > wrote: > > I've applied your patch. > > Fro

Re: Ltree syntax improvement

2019-04-16 Thread Dmitry Belyavsky
Dear Nikolay, Many thanks for your efforts! On Sat, Apr 6, 2019 at 2:29 PM Nikolay Shaplov wrote: > В письме от воскресенье, 24 февраля 2019 г. 14:31:55 MSK пользователь > Dmitry > Belyavsky написал: > > Hi! Am back here again. > > I've been thinking about this patch a

Re: Ltree syntax improvement

2019-02-24 Thread Dmitry Belyavsky
Dear Nikolay, On Wed, Feb 20, 2019 at 12:28 PM Nikolay Shaplov wrote: > В письме от вторник, 29 января 2019 г. 20:43:07 MSK пользователь Dmitry > Belyavsky написал: > > Dear all, > > > > Please find attached the patch extending the sets of symbols allowed in >

Ltree syntax improvement

2019-01-29 Thread Dmitry Belyavsky
Dear all, Please find attached the patch extending the sets of symbols allowed in ltree labels. The patch introduces 2 variants of escaping symbols, via backslashing separate symbols and via quoting the labels in whole for ltree, lquery and ltxtquery datatypes. -- SY, Dmitry Belyavsky diff