Re: WIP: generalized index constraints

Поиск
Список
Период
Сортировка
От Jeff Davis
Тема Re: WIP: generalized index constraints
Дата
Msg-id 1253042566.29243.56.camel@monkey-cat.sm.truviso.com
обсуждение исходный текст
Ответ на Re: WIP: generalized index constraints  (David Fetter <david@fetter.org>)
Ответы Re: WIP: generalized index constraints  (David Fetter <david@fetter.org>)
Re: WIP: generalized index constraints  (Peter Eisentraut <peter_e@gmx.net>)
Список pgsql-hackers
On Tue, 2009-09-15 at 12:03 -0700, David Fetter wrote:
> Interesting :)  I take it op1..opN (it's opN, not op2, right?) need to
> commute?

Yeah, it's opN.

And they should commute, but my current patch won't stop you. I think I
should stop that though, it's pretty difficult to think of a good
use-case for that and there is all kinds of danger.

> * "generalized-uniqueness constraints"
>     the hyphen disambiguates

I don't like using the word "unique" in the description, I think it only
adds to the confusion.

> * "operator-based constraints"
>     A little math-ier, but talks about the API rather than details of
>     the server implementation.

I like this much better. Maybe "index operator constraints" or "operator
index constraints"?

Regards,Jeff Davis



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

Предыдущее
От: Jeff Davis
Дата:
Сообщение: Re: WIP: generalized index constraints
Следующее
От: Tom Lane
Дата:
Сообщение: Re: WIP: generalized index constraints