public inbox for [email protected]
help / color / mirror / Atom feedFrom: Nidhi Bhammar <[email protected]>
To: [email protected]
Cc: Akshay Joshi <[email protected]>
Subject: RM_5734 Patch
Date: Tue, 8 Sep 2020 11:15:14 +0530
Message-ID: <CAA4UNhR8j5QTTgML77dU=eEdraMjasJd_VBKH6v5CpV-25zBPQ@mail.gmail.com> (raw)
Hi,
PFA patch for RM_5734. It is about correcting the description of GiST and
GIN Indexes in the pgAdmin4 Online Help.
Thanks,
Best Regards,
Nidhi Bhammar
www.enterprisedb.com
Attachments:
[application/octet-stream] RM_5734.patch (1.5K, 3-RM_5734.patch)
download | inline diff:
diff --git a/docs/en_US/index_dialog.rst b/docs/en_US/index_dialog.rst
index 5e005740e..e463d9b58 100644
--- a/docs/en_US/index_dialog.rst
+++ b/docs/en_US/index_dialog.rst
@@ -39,10 +39,10 @@ Use the fields in the *Definition* tab to define the index:
* Select *hash* to create a hash index. A hash index may improve
performance when managing simple equality comparisons.
* Select *gist* to create a GiST index. A GiST index may improve
+ performance when managing two-dimensional geometric data types and
+ nearest-neighbor searches.
+ * Select *gin* to create a GIN index. A GIN index may improve
performance when managing values with more than one key.
- * Select *gin* to create a GIN index. A GIN index may improve performance
- when managing two-dimensional geometric data types and nearest-neighbor
- searches.
* Select *spgist* to create a space-partitioned GiST index. A SP-GiST index
may improve performance when managing non-balanced data structures.
* Select *brin* to create a BRIN index. A BRIN index may improve
@@ -108,4 +108,4 @@ the values in the *code* column of the *distributors* table.
* Click the *Info* button (i) to access online help.
* Click the *Save* button to save work.
* Click the *Cancel* button to exit without saving work.
-* Click the *Reset* button to restore configuration parameters.
\ No newline at end of file
+* Click the *Reset* button to restore configuration parameters.
view thread (2+ messages) latest in thread
reply
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Reply to all the recipients using the --to and --cc options:
reply via email
To: [email protected]
Cc: [email protected], [email protected]
Subject: Re: RM_5734 Patch
In-Reply-To: <CAA4UNhR8j5QTTgML77dU=eEdraMjasJd_VBKH6v5CpV-25zBPQ@mail.gmail.com>
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox