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

Поиск
Список
Период
Сортировка
От Robert Haas
Тема Re: [PROPOSAL][PROTOTYPE] Individual options for each index column: Opclass options
Дата
Msg-id CA+TgmobHvZR=Oy0QrZfzya37h8g_wauzsPH6d4xGai+371Zv2w@mail.gmail.com
обсуждение исходный текст
Ответ на [PROPOSAL][PROTOTYPE] Individual options for each index column: Opclass options  (Nikolay Shaplov <n.shaplov@postgrespro.ru>)
Список pgsql-hackers
On Tue, May 24, 2016 at 10:06 AM, Nikolay Shaplov
<n.shaplov@postgrespro.ru> 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[]);
> # create index ON test USING GIST (i USING gist__intbig_ops WITH OPTIONS
> (sig_len_int=22) );
> # create index ON test2 USING GIST (i USING gist__intbig_ops WITH OPTIONS
> (sig_len_int=120) );

I think supporting syntax of this type would be a good idea.

-- 
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Why postgres take RowExclusiveLock on all partition
Следующее
От: Marco Pfatschbacher
Дата:
Сообщение: Re: PATCH: Keep one postmaster monitoring pipe per process