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 <br...@momjian.us> https://momjian.us EDB https://enterprisedb.com Indecision is a decision. Inaction is an action. Mark Batterson