pgsql: docs: update guidelines on when to use GIN and GiST indexes

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: docs: update guidelines on when to use GIN and GiST indexes
Date: 2015-10-05 17:38:45
Message-ID: E1Zj9in-0000sS-TM@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

docs: update guidelines on when to use GIN and GiST indexes

Report by Tomas Vondra

Backpatch through 9.5

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/6d8b2aa83af70e20323caf23961667dc4c149276

Modified Files
--------------
doc/src/sgml/textsearch.sgml | 80 ++++++++++--------------------------------
1 file changed, 19 insertions(+), 61 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2015-10-05 19:10:42 pgsql: Stamp 9.5beta1.
Previous Message Stephen Frost 2015-10-05 17:07:21 Re: [COMMITTERS] pgsql: Apply SELECT policies in INSERT/UPDATE+RETURNING