Skip to content

Commit 84bb352

Browse files
committed
add test environment statement in EN version document
1 parent 66c2cf2 commit 84bb352

File tree

6 files changed

+14
-11
lines changed

6 files changed

+14
-11
lines changed

CN/modules/ROOT/pages/v1.17/37.adoc

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ make install
2929

3030
=== 配置文件 (ivorysql.conf)
3131

32-
```
32+
[literal]
33+
----
3334
# 共享预加载扩展
3435
shared_preload_libraries = 'pg_cron'
3536
@@ -38,18 +39,20 @@ cron.database_name = 'ivorysql'
3839
3940
# 允许的最大并发任务数
4041
cron.max_running_jobs = 5
41-
```
42+
----
4243

4344
=== 重启服务
4445

45-
```
46+
[literal]
47+
----
4648
pg_ctl restart -D ./data -l logfile
47-
```
49+
----
4850

4951
=== 创建Extension并确认pg_cron版本
5052

5153
psql 连接到数据库,执行如下命令:
52-
```
54+
[literal]
55+
----
5356
ivorysql=# CREATE extension pg_cron;
5457
CREATE EXTENSION
5558
@@ -58,7 +61,7 @@ ivorysql=# SELECT * FROM pg_available_extensions WHERE name = 'pg_cron';
5861
---------+-----------------+-------------------+---------------------------
5962
pg_cron | 1.6 | |Job scheduler for PostgreSQL
6063
(1 row)
61-
```
64+
----
6265

6366
== 核心功能使用
6467

EN/modules/ROOT/pages/v1.17/35.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ It should be noted that ddlx is still under development and may not yet cover al
1313
== Installation
1414

1515
[TIP]
16-
IvorySQL 1.17 or higher version is already installed in the environment, with the installation path at /usr/local/ivorysql/ivorysql-1
16+
The source installation environment is Ubuntu 24.04 (x86_64). IvorySQL 1.17 or higher version is already installed in the environment, with the installation path at /usr/local/ivorysql/ivorysql-1
1717

1818
=== Source Installation
1919
Download pgddl-0.20.tar.gz from https://github.com/lacanoid/pgddl/releases/tag/0.20 and extract it.

EN/modules/ROOT/pages/v1.17/36.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ pgRouting is widely used in logistics and distribution, traffic navigation, netw
1313
== Installation
1414

1515
[TIP]
16-
IvorySQL 1.17 or higher version is already installed in the environment, with the installation path at /usr/local/ivorysql/ivorysql-1
16+
The source installation environment is Ubuntu 24.04 (x86_64). IvorySQL 1.17 or higher version is already installed in the environment, with the installation path at /usr/local/ivorysql/ivorysql-1
1717

1818
=== Source Installation
1919

EN/modules/ROOT/pages/v1.17/37.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ pg_cron is an open-source scheduled task extension for PostgreSQL that allows se
1212
== Installation and Configuration
1313

1414
[TIP]
15-
IvorySQL 1.17 and above is already installed in the environment, with the installation path at /usr/local/ivorysql/ivorysql-1
15+
The source installation environment is Ubuntu 24.04 (x86_64). IvorySQL 1.17 and above is already installed in the environment, with the installation path at /usr/local/ivorysql/ivorysql-1
1616

1717
=== Source Installation
1818

EN/modules/ROOT/pages/v1.17/38.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Typical application scenarios include: real-time retrieval of external data (suc
1414
The pgsql-http plugin has been integrated into the IvorySQL installation package. If IvorySQL is installed using the installation package, pgsql-http can usually be used without manual installation. Other installation methods can refer to the source code installation steps below.
1515

1616
[TIP]
17-
IvorySQL 1.17 and above is already installed in the environment, with the installation path at /usr/local/ivorysql/ivorysql-1
17+
The source installation environment is Ubuntu 24.04 (x86_64). IvorySQL 1.17 and above is already installed in the environment, with the installation path at /usr/local/ivorysql/ivorysql-1
1818

1919
=== Source Installation
2020

EN/modules/ROOT/pages/v1.17/40.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ pgvectorscale is fully compatible with pgvector's data types and query syntax, e
1414
The pgvectorscale plugin has been integrated into the IvorySQL installation package. If IvorySQL is installed using the installation package, pgvectorscale can usually be used without manual installation. Other installation methods can refer to the source code installation steps below.
1515

1616
[TIP]
17-
IvorySQL 1.17 and above is already installed in the environment, with the installation path at /usr/local/ivorysql/ivorysql-1
17+
The source installation environment is Ubuntu 24.04 (x86_64). IvorySQL 1.17 and above is already installed in the environment, with the installation path at /usr/local/ivorysql/ivorysql-1
1818

1919
=== Source Installation
2020

0 commit comments

Comments
 (0)