pgsql: Add documentation for opclass options
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: /messages/by-id/CAH2-WzmQnW6+z5F9AW+Sz+zEcEvXofTwh_A9J3=_WA-FBP0wYg@mail.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(-)
Alexander Korotkov <akorotkov@postgresql.org> writes:
Add documentation for opclass options
Surely this should have been put into v13 as well?
regards, tom lane
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