diff options
author | Fujii Masao <fujii@postgresql.org> | 2016-04-18 13:35:21 +0900 |
---|---|---|
committer | Fujii Masao <fujii@postgresql.org> | 2016-04-18 13:35:21 +0900 |
commit | 8ce8307bd4d6028371c6e8b51bdc6ad260baa03a (patch) | |
tree | 61c79e42d09d06ee7c3c2213d9bb6acdaef2cf7b | |
parent | d460c7cc0fd43a7f7184818c67705a878e938b2d (diff) | |
download | postgresql-8ce8307bd4d6028371c6e8b51bdc6ad260baa03a.tar.gz postgresql-8ce8307bd4d6028371c6e8b51bdc6ad260baa03a.zip |
Fix typo in docs.
Artur Zakirov
-rw-r--r-- | doc/src/sgml/indexam.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/indexam.sgml b/doc/src/sgml/indexam.sgml index b36889b856b..69edeeabbb3 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> |