Skip to content

Commit 9f2d127

Browse files
committed
fix some wording
1 parent 1546941 commit 9f2d127

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

CN/modules/ROOT/pages/master/ecosystem_components/pg_textsearch.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ pg_textsearch 是由Timescale团队开发的一个PostgreSQL扩展,旨在为Po
1616

1717
[literal]
1818
----
19-
# 从 wget https://github.com/timescale/pg_textsearch/archive/refs/tags/v0.6.1.tar.gz 下载源码包
19+
# 从 https://github.com/timescale/pg_textsearch/archive/refs/tags/v0.6.1.tar.gz 下载源码包
2020
2121
tar xzvf v0.6.1.tar.gz
2222
cd pg_textsearch-0.6.1
@@ -66,7 +66,7 @@ postgres=# INSERT INTO documents (content) VALUES
6666
INSERT 0 3
6767
----
6868

69-
在文本列上创建 pg_textsearch 索引
69+
在文本列上创建 pg_textsearch 索引:
7070
[literal]
7171
----
7272
postgres=# CREATE INDEX docs_idx ON documents USING bm25(content) WITH (text_config='english');

0 commit comments

Comments
 (0)