Re: Custom opclass for column statistics?

2019-07-06 Thread Ancoron Luciferis
On 06/07/2019 17:57, Tomas Vondra wrote: > On Sat, Jul 06, 2019 at 05:35:33PM +0200, Ancoron Luciferis wrote: >> On 06/07/2019 15:38, Tomas Vondra wrote: >>> On Sat, Jul 06, 2019 at 11:02:27AM +0200, Ancoron Luciferis wrote: Hi, I've been wondering whether it is possible somehow to h

Re: Custom opclass for column statistics?

2019-07-06 Thread Tomas Vondra
On Sat, Jul 06, 2019 at 05:35:33PM +0200, Ancoron Luciferis wrote: On 06/07/2019 15:38, Tomas Vondra wrote: On Sat, Jul 06, 2019 at 11:02:27AM +0200, Ancoron Luciferis wrote: Hi, I've been wondering whether it is possible somehow to have the standard column statistics to respect a certain oper

Re: Custom opclass for column statistics?

2019-07-06 Thread Ancoron Luciferis
On 06/07/2019 15:38, Tomas Vondra wrote: > On Sat, Jul 06, 2019 at 11:02:27AM +0200, Ancoron Luciferis wrote: >> Hi, >> >> I've been wondering whether it is possible somehow to have the standard >> column statistics to respect a certain operator class? >> >> The reason why I am asking for this is t

Re: Custom opclass for column statistics?

2019-07-06 Thread Tomas Vondra
On Sat, Jul 06, 2019 at 11:02:27AM +0200, Ancoron Luciferis wrote: Hi, I've been wondering whether it is possible somehow to have the standard column statistics to respect a certain operator class? The reason why I am asking for this is that I have a UUID column with a unique index at it using

Custom opclass for column statistics?

2019-07-06 Thread Ancoron Luciferis
Hi, I've been wondering whether it is possible somehow to have the standard column statistics to respect a certain operator class? The reason why I am asking for this is that I have a UUID column with a unique index at it using a custom operator class which implies a different sort order than for