Re: Issue with custom operator in simple case

2025-06-25 Thread Maxim Orlov
On Mon, 23 Jun 2025 at 19:28, Tom Lane wrote: > Maxim Orlov writes: > > 1) Can this behaviour, in the case described above, when after dump and > > recovery we receive different data, be considered correct? > > It's undesirable, for sure. > > > 4) Does it make sense to extend the "simple case" g

Re: Issue with custom operator in simple case

2025-06-23 Thread Tom Lane
Maxim Orlov writes: > 1) Can this behaviour, in the case described above, when after dump and > recovery we receive different data, be considered correct? It's undesirable, for sure. > 4) Does it make sense to extend the "simple case" grammar so that it can > accept a custom operator? This has

Issue with custom operator in simple case

2025-06-23 Thread Maxim Orlov
Hi! Imagine that I need to use custom operators for one of the table fields in a "simple case" and let these operators not be in a default scheme. As far as I understand, the only way to specify the operator in this case is to use the search path. In the example below, this corresponds to column