From: Tom Lane Date: Tue, 16 Aug 2016 14:59:14 +0000 (-0400) Subject: Doc: remove out-of-date claim that pg_am rows must be inserted by hand. X-Git-Tag: REL_10_BETA1~1883 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8fc571b7dd9fa1659536a26bb085584b50a65a51;p=thirdparty%2Fpostgresql.git 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. --- 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 @@ 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.