pgsql: Doc: add a bit to indices.sgml about what is an indexable clause - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Doc: add a bit to indices.sgml about what is an indexable clause
Date
Msg-id E1rEz1P-00Ag4I-RR@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Doc: add a bit to indices.sgml about what is an indexable clause.

We didn't explain this clearly until somewhere deep in the
"Extending SQL" chapter, but really it ought to be mentioned
in the introductory material too.

Discussion: https://postgr.es/m/4097442.1694967650@sss.pgh.pa.us

Branch
------
REL_13_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/b4c147ac6fd5238d2c49b6369d555f29dbfc9144

Modified Files
--------------
doc/src/sgml/indices.sgml | 35 ++++++++++++++++++++++++++++++++++-
1 file changed, 34 insertions(+), 1 deletion(-)


pgsql-committers by date:

Previous
From: Michael Paquier
Date:
Subject: pgsql: Refactor pgstat_prepare_io_time() with an input argument instead
Next
From: Thomas Munro
Date:
Subject: pgsql: Provide vectored variants of smgrread() and smgrwrite().