Re: Number of GiST support functions
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: e.rogov@postgrespro.ru
Cc: pgsql-docs@lists.postgresql.org
Date: 2021-10-04T15:38:24Z
Lists: pgsql-docs
PG Doc comments form <noreply@postgresql.org> writes: > Page: https://www.postgresql.org/docs/14/gist-extensibility.html > The documentation states that > There are five methods that an index operator class for GiST must provide, > and five that are optional. Hmm, that's pretty broken all right, but it was broken before too. According to Table 38.11, there are "ten support functions, three of which are optional". So there have been repeated documentation failures in this area. I notice that the two lists don't agree on what the "equal" support function is called, either. Will fix, thanks for noticing! regards, tom lane
Commits
-
Doc: fix minor issues in GiST support function documentation.
- 5f46180070d1 14.1 landed
- 36d1a848a86a 15.0 landed