Re: Operator class parameters and sgml docs
Peter Geoghegan <pg@bowt.ie>
From: Peter Geoghegan <pg@bowt.ie>
To: Alexander Korotkov <aekorotkov@gmail.com>
Cc: PostgreSQL Hackers <pgsql-hackers@postgresql.org>
Date: 2020-06-20T19:15:17Z
Lists: pgsql-hackers
On Sat, Jun 20, 2020 at 3:55 AM Alexander Korotkov <aekorotkov@gmail.com> wrote: > So, pushed! Noticed one small thing. You forgot to update this part from the B-Tree docs: "As shown in Table 37.9, btree defines one required and three optional support functions. The four user-defined methods are:" Thanks -- Peter Geoghegan
Commits
-
Language fixes for docs related to opclass options
- 70004a2a0c52 13.0 landed
- 14903f238ec9 14.0 landed
-
Minor corrections to docs related to opclass options
- b56d91ebd2be 13.0 landed
- 3be015c9fc02 14.0 landed
-
Add documentation for opclass options
- e6c6f427e356 13.0 landed
- 15cb2bd27009 14.0 landed
-
Implement operator class parameters
- 911e70207703 13.0 cited