0002-Rename-indexam.sgml-to-am.sgml.patch
application/octet-stream
Filename: 0002-Rename-indexam.sgml-to-am.sgml.patch
Type: application/octet-stream
Part: 2
Patch
Format: format-patch
Series: patch 0002
Subject: Rename indexam.sgml to am.sgml
| File | + | − |
|---|---|---|
| doc/src/sgml/am.sgml | 1 | 1 |
| doc/src/sgml/filelist.sgml | 1 | 1 |
| doc/src/sgml/postgres.sgml | 1 | 1 |
| doc/src/sgml/xindex.sgml | 1 | 1 |
From a50d4c45c48985d70d2396ccd8e20beddbeec017 Mon Sep 17 00:00:00 2001
From: kommih <haribabuk@fast.au.fujitsu.com>
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 @@
-<!-- doc/src/sgml/indexam.sgml -->
+<!-- doc/src/sgml/am.sgml -->
<chapter id="indexam">
<title>Index Access Method Interface Definition</title>
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 @@
<!ENTITY gin SYSTEM "gin.sgml">
<!ENTITY brin SYSTEM "brin.sgml">
<!ENTITY planstats SYSTEM "planstats.sgml">
-<!ENTITY indexam SYSTEM "indexam.sgml">
+<!ENTITY am SYSTEM "am.sgml">
<!ENTITY nls SYSTEM "nls.sgml">
<!ENTITY plhandler SYSTEM "plhandler.sgml">
<!ENTITY fdwhandler SYSTEM "fdwhandler.sgml">
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 <classname>pg_am</classname>. It is possible to add a
new index access method by writing the necessary code and
then creating an entry in <classname>pg_am</classname> — but that is
- beyond the scope of this chapter (see <xref linkend="indexam"/>).
+ beyond the scope of this chapter (see <xref linkend="am"/>).
</para>
<para>
--
2.20.1.windows.1