11.7 Indexes on Expressions: editorial correction

Поиск
Список
Период
Сортировка
От PG Doc comments form
Тема 11.7 Indexes on Expressions: editorial correction
Дата
Msg-id 158988567942.7029.7072931382965841497@wrigleys.postgresql.org
обсуждение исходный текст
Ответы Re: 11.7 Indexes on Expressions: editorial correction  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-docs
The following documentation comment has been logged on the website:

Page: https://www.postgresql.org/docs/12/indexes-expressional.html
Description:

The paragraph that begins "If we were to declare this index UNIQUE,..."
refers to the index test1_lower_col1_idx, not to the test1_uniq_int index it
currently follows. It would appear the latter example was spliced into the
middle of discussing the former.

The paragraphs should be ordered:

CREATE INDEX test1_lower_col1_idx ....

If we were to declare this index UNIQUE, ...

Expression indexes also allow control....

CREATE UNIQUE INDEX test1_uniq_int ...

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

Предыдущее
От: Marina Polyakova
Дата:
Сообщение: Re: Missing comma?
Следующее
От: Pavel Borisov
Дата:
Сообщение: [PATCH] Clarification of use logical operators inside phrase operator