doc: Fix some markups for support functions of index AMs
authorMichael Paquier <michael@paquier.xyz>
Mon, 24 Aug 2020 07:46:52 +0000 (16:46 +0900)
committerMichael Paquier <michael@paquier.xyz>
Mon, 24 Aug 2020 07:46:52 +0000 (16:46 +0900)
commit77c1537f512e6ac2513f8695c795dc94cbf207ee
tree690c25322ef492dc07af797a31389421920b869b
parenta3c66de6c5e1ee9dd41ce1454496568622fb7712
doc: Fix some markups for support functions of index AMs

All the documentation of index AMs has been using <replaceable> for
local_relopts.  This is a structure, so <structname> is a much better
choice.

Alexander has found the inconsistency for btree, while I have spotted
the rest when applying the concept of consistency to the docs.

Author: Alexander Lakhin, Michael Paquier
Reviewed-by: Tom Lane
Discussion: https://postgr.es/m/20200822133022.GC24782@paquier.xyz
doc/src/sgml/brin.sgml
doc/src/sgml/btree.sgml
doc/src/sgml/gin.sgml
doc/src/sgml/gist.sgml
doc/src/sgml/spgist.sgml