|
51 | 51 | <link linkend="catalog-pg-am"><structname>pg_am</structname></link>
|
52 | 52 | system catalog. The <structname>pg_am</structname> entry
|
53 | 53 | specifies a name and a <firstterm>handler function</> for the access
|
54 |
| - method. There is not currently any special support |
55 |
| - for creating or deleting <structname>pg_am</structname> entries; |
56 |
| - anyone able to write a new access method is expected to be competent |
57 |
| - to insert an appropriate row for themselves. |
58 |
| - </para> |
59 |
| - |
60 |
| - <para> |
61 |
| - Index access methods can be defined and dropped using |
| 54 | + method. These entries can be created and deleted using the |
62 | 55 | <xref linkend="sql-create-access-method"> and
|
63 |
| -<xref linkend="sql-drop-access-method"> SQL commands respectively. |
| 56 | + <xref linkend="sql-drop-access-method"> SQL commands. |
64 | 57 | </para>
|
65 | 58 |
|
66 | 59 | <para>
|
|