mirror of
https://github.com/postgres/postgres.git
synced 2025-11-01 21:31:19 +03:00
Language fixes for docs related to opclass options
Discussion: https://postgr.es/m/20200620232145.GB17995%40telsasoft.com Author: Justin Pryzby Backpatch-through: 13
This commit is contained in:
@@ -411,17 +411,17 @@
|
||||
</para>
|
||||
|
||||
<para>
|
||||
The <function>options</function> function has given pointer to
|
||||
The <function>options</function> function is passed a pointer to a
|
||||
<replaceable>local_relopts</replaceable> struct, which needs to be
|
||||
filled with s set of operator class specific options. The options
|
||||
can be accessed from other support functions using
|
||||
filled with a set of operator class specific options. The options
|
||||
can be accessed from other support functions using the
|
||||
<literal>PG_HAS_OPCLASS_OPTIONS()</literal> and
|
||||
<literal>PG_GET_OPCLASS_OPTIONS()</literal> macros.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
Since both key extraction for indexed value and representation of the
|
||||
key in <acronym>GIN</acronym> are flexible, it may depends on
|
||||
Since both key extraction of indexed values and representation of the
|
||||
key in <acronym>GIN</acronym> are flexible, they may depend on
|
||||
user-specified parameters.
|
||||
</para>
|
||||
</listitem>
|
||||
|
||||
Reference in New Issue
Block a user