Re: WIP: generalized index constraints

Поиск
Список
Период
Сортировка
От Teodor Sigaev
Тема Re: WIP: generalized index constraints
Дата
Msg-id 4A534551.4050902@sigaev.ru
обсуждение исходный текст
Ответ на WIP: generalized index constraints  (Jeff Davis <pgsql@j-davis.com>)
Список pgsql-hackers
> CREATE INDEX test_idx ON test USING gist
>   (i CONSTRAINT =, c CONSTRAINT &&);
> 
> which would avoid the need for updating the catalog, of course.
Hmm, looks like "index"-fied table's constrains

-- 
Teodor Sigaev                                   E-mail: teodor@sigaev.ru
  WWW: http://www.sigaev.ru/
 


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

Предыдущее
От: Bill Moran
Дата:
Сообщение: Re: New types for transparent encryption
Следующее
От: Teodor Sigaev
Дата:
Сообщение: Re: Merge Append Patch merged up to 85devel