From a50d4c45c48985d70d2396ccd8e20beddbeec017 Mon Sep 17 00:00:00 2001 From: kommih Date: Thu, 7 Feb 2019 16:13:56 +1100 Subject: [PATCH 02/17] Rename indexam.sgml to am.sgml It is just a rename and necessry updates --- doc/src/sgml/{indexam.sgml => am.sgml} | 2 +- doc/src/sgml/filelist.sgml | 2 +- doc/src/sgml/postgres.sgml | 2 +- doc/src/sgml/xindex.sgml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) rename doc/src/sgml/{indexam.sgml => am.sgml} (99%) diff --git a/doc/src/sgml/indexam.sgml b/doc/src/sgml/am.sgml similarity index 99% rename from doc/src/sgml/indexam.sgml rename to doc/src/sgml/am.sgml index 05102724ea..a9f0838ee5 100644 --- a/doc/src/sgml/indexam.sgml +++ b/doc/src/sgml/am.sgml @@ -1,4 +1,4 @@ - + Index Access Method Interface Definition diff --git a/doc/src/sgml/filelist.sgml b/doc/src/sgml/filelist.sgml index 5dfdf54815..fed460b7c3 100644 --- a/doc/src/sgml/filelist.sgml +++ b/doc/src/sgml/filelist.sgml @@ -89,7 +89,7 @@ - + diff --git a/doc/src/sgml/postgres.sgml b/doc/src/sgml/postgres.sgml index 96d196d229..9dce0c5f81 100644 --- a/doc/src/sgml/postgres.sgml +++ b/doc/src/sgml/postgres.sgml @@ -250,7 +250,7 @@ &tablesample-method; &custom-scan; &geqo; - &indexam; + &am; &generic-wal; &btree; &gist; diff --git a/doc/src/sgml/xindex.sgml b/doc/src/sgml/xindex.sgml index 9446f8b836..4fa821160c 100644 --- a/doc/src/sgml/xindex.sgml +++ b/doc/src/sgml/xindex.sgml @@ -36,7 +36,7 @@ described in pg_am. It is possible to add a new index access method by writing the necessary code and then creating an entry in pg_am — but that is - beyond the scope of this chapter (see ). + beyond the scope of this chapter (see ). -- 2.20.1.windows.1