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

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Doc: add a bit to indices.sgml about what is an indexable clause
Date: 2023-12-17 21:50:04
Message-ID: E1rEz1P-00Ag4G-Qv@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Thomas Munro 2023-12-18 02:09:03 pgsql: Provide vectored variants of smgrread() and smgrwrite().
Previous Message Michael Paquier 2023-12-16 19:18:23 pgsql: Refactor pgstat_prepare_io_time() with an input argument instead