Skip to content

Commit 15906c7

Browse files
authored
bugfix for doc text format error & add docs download url (#60)
* bugfix doc text format error * bugfix for ERROR: Asciidoctor PDF does not support table cell content that exceeds the height of a single page * add download pdf url * ivorysql docs download url
1 parent 1598969 commit 15906c7

File tree

5 files changed

+17
-9
lines changed

5 files changed

+17
-9
lines changed

CN/modules/ROOT/pages/v3.1/11.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3527,7 +3527,7 @@ initdb — 创建一个新的IvorySQL数据库集簇
35273527
35283528
#### 大纲
35293529
3530-
`initdb` [*`option`*...] [ `--pgdata` | `-D` ]*` directory`*
3530+
`initdb` [*`option`*...] [ `--pgdata` | `-D` ] *` directory`*
35313531
35323532
#### 选项
35333533
@@ -3716,7 +3716,7 @@ pg_checksums — 在IvorySQL数据库集簇中启用、禁用或检查数据校
37163716
37173717
#### 大纲
37183718
3719-
`pg_checksums` [*`option`*...] [[ `-D` | `--pgdata` ]*`datadir`*]
3719+
`pg_checksums` [*`option`*...] [[ `-D` | `--pgdata` ] *`datadir`*]
37203720
37213721
#### 选项
37223722
@@ -3788,7 +3788,7 @@ pg_controldata — 显示一个IvorySQL数据库集簇的控制信息
37883788
37893789
#### 大纲
37903790
3791-
`pg_controldata` [*`option`*] [[ `-D` | `--pgdata` ]*`datadir`*]
3791+
`pg_controldata` [*`option`*] [[ `-D` | `--pgdata` ] *`datadir`*]
37923792
37933793
#### 环境
37943794
@@ -3997,7 +3997,7 @@ pg_resetwal — 重置一个IvorySQL数据库集簇的预写式日志以及其
39973997
39983998
#### 大纲
39993999
4000-
`pg_resetwal` [ `-f` | `--force` ] [ `-n` | `--dry-run` ] [*`option`*...] [ `-D` | `--pgdata` ]*`datadir`*
4000+
`pg_resetwal` [ `-f` | `--force` ] [ `-n` | `--dry-run` ] [*`option`*...] [ `-D` | `--pgdata` ] *`datadir`*
40014001
40024002
#### 选项
40034003

CN/modules/ROOT/pages/v3.1/welcome.adoc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,6 @@
1313
IvorySQL 项目是瀚高软件提出的一个开源项目,旨在将 Oracle 兼容性功能添加到流行的 PostgreSQL 数据库中。
1414

1515
IvorySQL 开源并且可以免费使用,如果您有任何建议请联系 contact@highgo.ca
16+
17+
== 文档下载
18+
https://docs.ivorysql.org/cn/ivorysql-doc/v3.1/ivorysql.pdf[IvorySQL v3.1 pdf 文档]

EN/modules/ROOT/images/p19.png

94.2 KB
Loading

0 commit comments

Comments
 (0)