| From: | Michael Paquier <michael(at)paquier(dot)xyz> |
|---|---|
| To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
| Subject: | pgsql: doc: Fix some markups for support functions of index AMs |
| Date: | 2020-08-24 07:47:58 |
| Message-ID: | [email protected] |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-committers |
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/[email protected]
Branch
------
master
Details
-------
https://git.postgresql.org/pg/commitdiff/77c1537f512e6ac2513f8695c795dc94cbf207ee
Modified Files
--------------
doc/src/sgml/brin.sgml | 2 +-
doc/src/sgml/btree.sgml | 2 +-
doc/src/sgml/gin.sgml | 2 +-
doc/src/sgml/gist.sgml | 2 +-
doc/src/sgml/spgist.sgml | 2 +-
5 files changed, 5 insertions(+), 5 deletions(-)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Peter Eisentraut | 2020-08-25 05:44:16 | pgsql: doc: Fix up title case |
| Previous Message | Amit Kapila | 2020-08-24 03:06:54 | pgsql: Improve the vacuum error context phase information. |