aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTatsuo Ishii <ishii@postgresql.org>2017-06-15 11:24:47 +0900
committerTatsuo Ishii <ishii@postgresql.org>2017-06-15 11:24:47 +0900
commite800656d9a9b40b2f55afabe76354ab6d93353b3 (patch)
treedbf9b359a03af83b922862d73b41d446211d1610
parent6108348c09df33773bed6e0ac762fe47bdcbb9e6 (diff)
downloadpostgresql-e800656d9a9b40b2f55afabe76354ab6d93353b3.tar.gz
postgresql-e800656d9a9b40b2f55afabe76354ab6d93353b3.zip
Fix typo in PostgreSQL 10.0 release note.
Patch by Yugo Nagata.
-rw-r--r--doc/src/sgml/release-10.sgml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/release-10.sgml b/doc/src/sgml/release-10.sgml
index 75c48c0f590..19181493335 100644
--- a/doc/src/sgml/release-10.sgml
+++ b/doc/src/sgml/release-10.sgml
@@ -536,7 +536,7 @@
</para>
<para>
- Specifically, a new <link linkend="SQL-ALTERINDEX"><command>CREATE
+ Specifically, a new <link linkend="SQL-CREATEINDEX"><command>CREATE
INDEX</></> option allows auto-summarizion of the
previous <acronym>BRIN</> page range when a new page
range is created.