Re: CREATE INDEX...USING

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: CREATE INDEX...USING
Дата
Msg-id Yv2wVra1OU4QyWgX@momjian.us
обсуждение исходный текст
Ответ на Re: CREATE INDEX...USING  (Jeff Janes <jeff.janes@gmail.com>)
Ответы Re: CREATE INDEX...USING  (Bruce Momjian <bruce@momjian.us>)
Список pgsql-docs
On Wed, Aug 17, 2022 at 05:11:23PM -0400, Jeff Janes wrote:
> That looks good to me.  But now looking over the linked pages more, it seems
> like https://www.postgresql.org/docs/current/indexes-types.html was never
> changed to admit the possibility of custom index access methods (like bloom)

Uh, bloom is in /contrib, so we wouldn't mention that in the main docs,
I think.  However, it might be nice to mention you can add others.

> and neither was the 'replaceable class="parameter">method' section of https://
> www.postgresql.org/docs/current/sql-createindex.html.

Yes, seems we should say that you can install your own methods that can
be used, e.g., bloom.

> Also, is it odd that we say essentially the same thing for literal USING as we
> say for the replaceable /method/?

Well, this is embarrassing.  Someone reported there was no mention of
USING in the CREATE INDEX docs, and I didn't see it either, so I added
it.

However, CREATE INDEX just lists the parameters, not the keywords, so it
was already there as 'method', as you mentioned above.  I will just
remove the USING section I recently added.

-- 
  Bruce Momjian  <bruce@momjian.us>        https://momjian.us
  EDB                                      https://enterprisedb.com

  Indecision is a decision.  Inaction is an action.  Mark Batterson




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

Предыдущее
От: Daniel Gustafsson
Дата:
Сообщение: Re: Update documentation page for translators
Следующее
От: Michael Paquier
Дата:
Сообщение: Re: PostgreSQL 15 minor documentation improvements