File tree Expand file tree Collapse file tree 1 file changed +2
-9
lines changed Expand file tree Collapse file tree 1 file changed +2
-9
lines changed Original file line number Diff line number Diff line change 5151 <link linkend="catalog-pg-am"><structname>pg_am</structname></link>
5252 system catalog. The <structname>pg_am</structname> entry
5353 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
6255 <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.
6457 </para>
6558
6659 <para>
You can’t perform that action at this time.
0 commit comments