Re: WIP: generalized index constraints

Поиск
Список
Период
Сортировка
От Brendan Jurd
Тема Re: WIP: generalized index constraints
Дата
Msg-id 37ed240d0909150944s2024719fi40df523927c8d95c@mail.gmail.com
обсуждение исходный текст
Ответ на Re: WIP: generalized index constraints  (Robert Haas <robertmhaas@gmail.com>)
Список pgsql-hackers
2009/9/16 Robert Haas <robertmhaas@gmail.com>:
> Instead of calling these generalized index constraints, I wonder if we
> oughtn't to be calling them something like "don't-overlap constraints"
> (that's a bad name, but something along those lines).  They're not
> really general at all, except compared to uniqueness constraints (and
> they aren't called generalized unique-index constraints, just
> generalized index constraints).

Well "generalized index constraints" is what we're calling the patch,
but I don't think they are called by that name anywhere in the
proposed documentation changes.  In the extension to ALTER TABLE
syntax, they are simply referred to as "index_constraint".

Cheers,
BJ


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

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: hardware information
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: errcontext support in PL/Perl