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-00Ag4B-Pt@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_16_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/8b9d39254816195abb55ab204e39f8fa476aad23

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().