Commit 8fc571b7 authored by Tom Lane's avatar Tom Lane

Doc: remove out-of-date claim that pg_am rows must be inserted by hand.

Commit 473b9328 added a sentence about that, but neglected to remove
the adjacent sentence it had falsified.  Per Alexander Law.
parent b25b6c97
......@@ -51,16 +51,9 @@
<link linkend="catalog-pg-am"><structname>pg_am</structname></link>
system catalog. The <structname>pg_am</structname> entry
specifies a name and a <firstterm>handler function</> for the access
method. There is not currently any special support
for creating or deleting <structname>pg_am</structname> entries;
anyone able to write a new access method is expected to be competent
to insert an appropriate row for themselves.
</para>
<para>
Index access methods can be defined and dropped using
method. These entries can be created and deleted using the
<xref linkend="sql-create-access-method"> and
<xref linkend="sql-drop-access-method"> SQL commands respectively.
<xref linkend="sql-drop-access-method"> SQL commands.
</para>
<para>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment