Thread: pgsql: Add documentation for opclass options

pgsql: Add documentation for opclass options

From
Alexander Korotkov
Date:
Add documentation for opclass options

911e7020770 added opclass options and adjusted documentation for each
particular affected opclass.  However, documentation for extendability was
not adjusted.  This commit adjusts documentation for interfaces of index AMs
and opclasses.

Discussion: https://postgr.es/m/CAH2-WzmQnW6%2Bz5F9AW%2BSz%2BzEcEvXofTwh_A9J3%3D_WA-FBP0wYg%40mail.gmail.com
Author: Alexander Korotkov
Reported-by: Peter Geoghegan
Reviewed-by: Peter Geoghegan

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/15cb2bd27009f73a84a35c2ba60fdd105b4bf263

Modified Files
--------------
doc/src/sgml/brin.sgml    |  30 +++++++++
doc/src/sgml/btree.sgml   |  33 ++++++++++
doc/src/sgml/gin.sgml     |  26 +++++++-
doc/src/sgml/gist.sgml    | 161 +++++++++++++++++++++++++++++++++++++++++++++-
doc/src/sgml/indexam.sgml |   2 +
doc/src/sgml/spgist.sgml  |  35 +++++++++-
doc/src/sgml/xindex.sgml  |  53 +++++++++++++++
7 files changed, 336 insertions(+), 4 deletions(-)


Re: pgsql: Add documentation for opclass options

From
Tom Lane
Date:
Alexander Korotkov <akorotkov@postgresql.org> writes:
> Add documentation for opclass options

Surely this should have been put into v13 as well?

            regards, tom lane



Re: pgsql: Add documentation for opclass options

From
Alexander Korotkov
Date:
On Sat, Jun 20, 2020 at 5:53 PM Tom Lane <tgl@sss.pgh.pa.us> wrote:
> Alexander Korotkov <akorotkov@postgresql.org> writes:
> > Add documentation for opclass options
>
> Surely this should have been put into v13 as well?

Oh, I just forgot the fact we've branched v13 already. Thank you for noticing!

------
Regards,
Alexander Korotkov