Commit
473b93287 added a sentence about that, but neglected to remove
the adjacent sentence it had falsified. Per Alexander Law.
pg_am
system catalog. The pg_am entry
specifies a name and a handler function> for the access
- method. There is not currently any special support
- for creating or deleting pg_am entries;
- anyone able to write a new access method is expected to be competent
- to insert an appropriate row for themselves.
-
-
- Index access methods can be defined and dropped using
+ method. These entries can be created and deleted using the
and
- SQL commands respectively.
+ SQL commands.