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-00Ag4G-Qv@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_14_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/7a4bdd986ab9a10f3bc2d8875be6e154b63a1918

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