Re: pgsql: doc: add examples of creative use of unique expression indexes

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: pgsql: doc: add examples of creative use of unique expression indexes
Дата
Msg-id 13031.1586560889@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: pgsql: doc: add examples of creative use of unique expressionindexes  (Bruce Momjian <bruce@momjian.us>)
Ответы Re: pgsql: doc: add examples of creative use of unique expressionindexes  (Bruce Momjian <bruce@momjian.us>)
Список pgsql-committers
Bruce Momjian <bruce@momjian.us> writes:
> I agree with your analysis.  I still want to have some mention that
> partial indexes can be used to create single-NULL columns, which might
> be required for compatibility with other databases.  Attached is an
> updated patch which removes the previous commit but adds a mention of
> this.

The single-null thing is probably a useful example, but please make
it an actual separate example, or at least its own para outside the
existing <example> sections.

Also, the existing example demonstrating that seems overcomplicated;
why not just

    create unique index ... (1) where (foo is null);

            regards, tom lane



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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: pgsql: doc: add examples of creative use of unique expressionindexes
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: pgsql: doc: add examples of creative use of unique expressionindexes