Re: nondeterministic collations and statistics and pattern matching

2020-10-12 Thread Александр
Yes, I checked release version and updated to 12.4. It should have been done right away. That was my fault. But if where was information about release in the thread of patch then there would be no question. пн, 12 окт. 2020 г., 3:16 David G. Johnston : > On Tuesday, October 6, 2020, Tom Lane

Re: nondeterministic collations and statistics and pattern matching

2020-10-11 Thread David G. Johnston
On Tuesday, October 6, 2020, Tom Lane wrote: > PG Doc comments form writes: > > If exists statistic with nondeteministic collation inherited from column > > collation then using pattern matching with collation will give an error. > > Yeah, that's a known problem we fixed months ago. > > > There

Re: nondeterministic collations and statistics and pattern matching

2020-10-06 Thread Tom Lane
PG Doc comments form writes: > If exists statistic with nondeteministic collation inherited from column > collation then using pattern matching with collation will give an error. Yeah, that's a known problem we fixed months ago. > There is no information about it. (( Other than the 12.4

nondeterministic collations and statistics and pattern matching

2020-10-06 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/12/collation.html Description: If exists statistic with nondeteministic collation inherited from column collation then using pattern matching with collation will give an error. There is no