aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2016-08-16 10:59:14 -0400
committerTom Lane <tgl@sss.pgh.pa.us>2016-08-16 10:59:26 -0400
commit23e0d97d1ca5dc4c455fec01cf4bb65158bb2484 (patch)
tree50fa877d150b2f44cfa4ed127ac12c5ca5e0a4c3
parentf85b1a84152f7bf019fd7a2c5eede97867dcddbb (diff)
downloadpostgresql-23e0d97d1ca5dc4c455fec01cf4bb65158bb2484.tar.gz
postgresql-23e0d97d1ca5dc4c455fec01cf4bb65158bb2484.zip
Doc: remove out-of-date claim that pg_am rows must be inserted by hand.
Commit 473b93287 added a sentence about that, but neglected to remove the adjacent sentence it had falsified. Per Alexander Law.
-rw-r--r--doc/src/sgml/indexam.sgml11
1 files changed, 2 insertions, 9 deletions
diff --git a/doc/src/sgml/indexam.sgml b/doc/src/sgml/indexam.sgml
index b59cd0363a2..40f201b11be 100644
--- a/doc/src/sgml/indexam.sgml
+++ b/doc/src/sgml/indexam.sgml
@@ -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>