public inbox for [email protected]
help / color / mirror / Atom feedRM_5734 Patch
2+ messages / 2 participants
[nested] [flat]
* RM_5734 Patch
@ 2020-09-08 05:45 Nidhi Bhammar <[email protected]>
2020-09-08 06:35 ` Re: RM_5734 Patch Akshay Joshi <[email protected]>
0 siblings, 1 reply; 2+ messages in thread
From: Nidhi Bhammar @ 2020-09-08 05:45 UTC (permalink / raw)
To: pgadmin-hackers; +Cc: Akshay Joshi <[email protected]>
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.
^ permalink raw reply [nested|flat] 2+ messages in thread
* Re: RM_5734 Patch
2020-09-08 05:45 RM_5734 Patch Nidhi Bhammar <[email protected]>
@ 2020-09-08 06:35 ` Akshay Joshi <[email protected]>
0 siblings, 0 replies; 2+ messages in thread
From: Akshay Joshi @ 2020-09-08 06:35 UTC (permalink / raw)
To: Nidhi Bhammar <[email protected]>; +Cc: pgadmin-hackers
Thanks, patch applied.
On Tue, Sep 8, 2020 at 11:15 AM Nidhi Bhammar <
[email protected]> wrote:
> 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
>
--
*Thanks & Regards*
*Akshay Joshi*
*pgAdmin Hacker | Sr. Software Architect*
*EDB Postgres <http://edbpostgres.com>*
*Mobile: +91 976-788-8246*
^ permalink raw reply [nested|flat] 2+ messages in thread
end of thread, other threads:[~2020-09-08 06:35 UTC | newest]
Thread overview: 2+ messages (download: mbox mbox.gz follow: Atom feed)
-- links below jump to the message on this page --
2020-09-08 05:45 RM_5734 Patch Nidhi Bhammar <[email protected]>
2020-09-08 06:35 ` Akshay Joshi <[email protected]>
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox