diff options
Diffstat (limited to 'doc/src/sgml/gin.sgml')
-rw-r--r-- | doc/src/sgml/gin.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/gin.sgml b/doc/src/sgml/gin.sgml index 0b3d6eeb633..1cbc73c70cf 100644 --- a/doc/src/sgml/gin.sgml +++ b/doc/src/sgml/gin.sgml @@ -395,7 +395,7 @@ </entry> </row> <row> - <entry><literal>jsonb_hash_ops</></entry> + <entry><literal>jsonb_path_ops</></entry> <entry><type>jsonb</></entry> <entry> <literal>@></> @@ -415,7 +415,7 @@ <para> Of the two operator classes for type <type>jsonb</>, <literal>jsonb_ops</> - is the default. <literal>jsonb_hash_ops</> supports fewer operators but + is the default. <literal>jsonb_path_ops</> supports fewer operators but offers better performance for those operators. See <xref linkend="json-indexing"> for details. </para> |