Re: [HACKERS] [PROPOSAL][PROTOTYPE] Individual options for each index column: Opclass options

2016-09-16 Thread Robert Haas
On Tue, May 24, 2016 at 10:06 AM, Nikolay Shaplov wrote: > So adding options for opclass seems to be really good idea. > To see how it works you should do the following: > > # create extension intarray ; > # create table test (i int[]); > # create table test2 (i int[]);

[HACKERS] [PROPOSAL][PROTOTYPE] Individual options for each index column: Opclass options

2016-05-24 Thread Nikolay Shaplov
Hi! There was an interesting idea. Now it is possible to add in runtime options for relation, when you are creating a new extension with new access method. But if you add a custom operator class, you have no tool to tune it's behavior. But in some cases it would be nice to have such tool.