File tree Expand file tree Collapse file tree 1 file changed +5
-8
lines changed Expand file tree Collapse file tree 1 file changed +5
-8
lines changed Original file line number Diff line number Diff line change 29
29
<title>Index Methods and Operator Classes</title>
30
30
31
31
<para>
32
- The <classname>pg_am</classname> table contains one row for every
33
- index method (internally known as access method). Support for
34
- regular access to tables is built into
35
- <productname>PostgreSQL</productname>, but all index methods are
36
- described in <classname>pg_am</classname>. It is possible to add a
37
- new index access method by writing the necessary code and
38
- then creating an entry in <classname>pg_am</classname> — but that is
39
- beyond the scope of this chapter (see <xref linkend="indexam"/>).
32
+ Operator classes are associated with an index access method, such
33
+ as <link linkend="btree">B-Tree</link>
34
+ or <link linkend="gin">GIN</link>. Custom index access method may be
35
+ defined with <xref linkend="sql-create-access-method"/>. See
36
+ <xref linkend="indexam"/> for details.
40
37
</para>
41
38
42
39
<para>
You can’t perform that action at this time.
0 commit comments