Re: PG 13 release notes, first draft (ltree dot star)

2020-05-11 Thread Bruce Momjian
On Sun, May 10, 2020 at 03:09:47PM -0500, Justin Pryzby wrote: > > In ltree, when using adjacent asterisks with braces, e.g. "*{2}.*{3}", > > properly interpret that as "*{5}" (Nikita Glukhov) > > I think that should say ".*" not "*", as in: > > > In ltree, when using adjacent asterisks with bra

Re: PG 13 release notes, first draft (ltree dot star)

2020-05-10 Thread Justin Pryzby
> In ltree, when using adjacent asterisks with braces, e.g. "*{2}.*{3}", > properly interpret that as "*{5}" (Nikita Glukhov) I think that should say ".*" not "*", as in: > In ltree, when using adjacent asterisks with braces, e.g. ".*{2}.*{3}", > properly interpret that as "*{5}" (Nikita Glukho