From 8ce8307bd4d6028371c6e8b51bdc6ad260baa03a Mon Sep 17 00:00:00 2001 From: Fujii Masao <fujii@postgresql.org> Date: Mon, 18 Apr 2016 13:35:21 +0900 Subject: [PATCH] Fix typo in docs. Artur Zakirov --- doc/src/sgml/indexam.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/src/sgml/indexam.sgml b/doc/src/sgml/indexam.sgml index b36889b856..69edeeabbb 100644 --- a/doc/src/sgml/indexam.sgml +++ b/doc/src/sgml/indexam.sgml @@ -58,7 +58,7 @@ </para> <para> - Index access access methods can be defined and dropped using + Index access methods can be defined and dropped using <xref linkend="sql-create-access-method"> and <xref linkend="sql-drop-access-method"> SQL commands respectively. </para> -- 2.40.0