pgsql: Doc: Remove mention of @ and ~ GiST operators

From: Daniel Gustafsson <dgustafsson(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Doc: Remove mention of @ and ~ GiST operators
Date: 2024-04-19 12:54:26
Message-ID: E1rxnl4-002pvI-Af@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Doc: Remove mention of @ and ~ GiST operators

These operators were removed by 2f70fdb0644c in the v14 cycle but they were
accidentally left in the table of build-in operator classes. Backpatch down
to v14 where the operators where removed.

Author: Aleksander Alekseev <aleksander(at)timescale(dot)com>
Reported-by: Colin Caine <cmcaine(at)gmail(dot)com>
Discussion: https://postgr.es/m/CADwQTQbbr2UQ_fpbyc+8ay=RwEYgYk=TZxH3+RHDqAQfoG+EWA@mail.gmail.com
Backpatch-through: v14

Branch
------
master

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

Modified Files
--------------
doc/src/sgml/gist.sgml | 18 ++++++------------
1 file changed, 6 insertions(+), 12 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Daniel Gustafsson 2024-04-19 12:54:54 pgsql: Doc: Remove mention of @ and ~ GiST operators
Previous Message Alvaro Herrera 2024-04-19 11:59:31 Re: pgsql: Fix restore of not-null constraints with inheritance