Doc: remove out-of-date claim that pg_am rows must be inserted by hand.
authorTom Lane
Tue, 16 Aug 2016 14:59:14 +0000 (10:59 -0400)
committerTom Lane
Tue, 16 Aug 2016 14:59:14 +0000 (10:59 -0400)
Commit 473b93287 added a sentence about that, but neglected to remove
the adjacent sentence it had falsified.  Per Alexander Law.

doc/src/sgml/indexam.sgml

index b59cd0363a2eef45710c5cb03501d7a57b59a442..40f201b11be211944e0a00f9dc010858795c7b7f 100644 (file)
    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.