Skip to content

Commit d823c60

Browse files
committed
ivorysql docs v3.1 updating
1 parent 9f7d72f commit d823c60

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+2808
-3108
lines changed

CN/antora.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: ivorysql-doc
22
title: IvorySQL
3-
version: v3.0
4-
start_page: v3.0/welcome.adoc
3+
version: v3.1
4+
start_page: v3.1/welcome.adoc
55
asciidoc:
66
attributes:
77
source-language: asciidoc@

CN/modules/ROOT/nav.adoc

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
1-
* xref:v3.0/welcome.adoc[欢迎]
2-
* xref:v3.0/1.adoc[发行说明]
3-
* xref:v3.0/2.adoc[关于IvorySQL]
1+
* xref:v3.1/welcome.adoc[欢迎]
2+
* xref:v3.1/1.adoc[发行说明]
3+
* xref:v3.1/2.adoc[关于IvorySQL]
44
* IvorySQL入门
5-
** xref:v3.0/3.adoc[用户使用手册]
6-
** xref:v3.0/4.adoc[管理员指南]
7-
** xref:v3.0/5.adoc[运维人员指南]
8-
* xref:v3.0/6.adoc[安装部署]
9-
* xref:v3.0/7.adoc[开发者指南]
10-
* xref:v3.0/8.adoc[运维管理指南]
11-
* xref:v3.0/9.adoc[迁移指南]
12-
* xref:v3.0/10.adoc[社区贡献指南]
13-
* xref:v3.0/11.adoc[工具参考]
14-
* xref:v3.0/12.adoc[FAQ]
5+
** xref:v3.1/3.adoc[用户使用手册]
6+
** xref:v3.1/4.adoc[管理员指南]
7+
** xref:v3.1/5.adoc[运维人员指南]
8+
* xref:v3.1/6.adoc[安装部署]
9+
* xref:v3.1/7.adoc[开发者指南]
10+
* xref:v3.1/8.adoc[运维管理指南]
11+
* xref:v3.1/9.adoc[迁移指南]
12+
* xref:v3.1/10.adoc[社区贡献指南]
13+
* xref:v3.1/11.adoc[工具参考]
14+
* xref:v3.1/12.adoc[FAQ]
1515
* 功能列表
16-
** xref:v3.0/14.adoc[1、Ivorysql框架设计]
17-
** xref:v3.0/15.adoc[2、GUC框架]
18-
** xref:v3.0/16.adoc[3、大小写转换]
19-
** xref:v3.0/17.adoc[4、双模式设计]
20-
** xref:v3.0/18.adoc[5、兼容Oracle like]
21-
** xref:v3.0/19.adoc[6、兼容Oracle匿名块]
22-
** xref:v3.0/20.adoc[7、兼容Oracle函数与存储过程]
23-
** xref:v3.0/21.adoc[8、内置数据类型与内置函数]
24-
** xref:v3.0/22.adoc[9、新增Oracle兼容模式的端口与Ip]
16+
** xref:v3.1/14.adoc[1、Ivorysql框架设计]
17+
** xref:v3.1/15.adoc[2、GUC框架]
18+
** xref:v3.1/16.adoc[3、大小写转换]
19+
** xref:v3.1/17.adoc[4、双模式设计]
20+
** xref:v3.1/18.adoc[5、兼容Oracle like]
21+
** xref:v3.1/19.adoc[6、兼容Oracle匿名块]
22+
** xref:v3.1/20.adoc[7、兼容Oracle函数与存储过程]
23+
** xref:v3.1/21.adoc[8、内置数据类型与内置函数]
24+
** xref:v3.1/22.adoc[9、新增Oracle兼容模式的端口与Ip]

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

Lines changed: 0 additions & 203 deletions
This file was deleted.

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

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
:sectnums:
2+
:sectnumlevels: 5
3+
4+
5+
== 版本介绍
6+
7+
[**发行日期:2024年1月31日**]
8+
9+
IvorySQL 3.1 基于 PostgreSQL 16.1 ,包含来自 PostgreSQL 16.1 的各种修复。有关 PostgreSQL 16.1 中更详细的更新和错误修复,请参阅官方 https://www.postgresql.org/docs/release/16.1/[PostgreSQL 16.1 发行说明] 。
10+
11+
12+
== 已知问题
13+
14+
* 暂无
15+
16+
== 增强功能
17+
18+
* 暂无
19+
20+
== 问题修复
21+
22+
* 暂无
23+
24+
== 源代码
25+
26+
IvorySQL主要包含2个代码仓库,数据库IvorySQL代码仓、IvorySQL网站仓:
27+
28+
* IvorySQL代码仓: https://github.com/IvorySQL/IvorySQL[https://github.com/IvorySQL/IvorySQL]
29+
* IvorySQL网站仓: https://github.com/IvorySQL/Ivory-www[https://github.com/IvorySQL/Ivory-www]
30+
31+
== 贡献人员
32+
以下个人作为补丁作者、提交者、审阅者、测试者或问题报告者为本版本做出了贡献。
33+
34+
- IvorySQL Pro开发及测试团
35+
- 高雪玉
36+
- 矫顺田
37+
- 牛世继
38+
- 梁翔宇
39+
- 谭洋
40+
- 张洪源
41+
- 穆帅楠
42+
- Cary Huang
43+
- Grant Zhou
44+
- David Zhang
45+
- 王守波
46+
- 任娇
47+
- 刘政
48+
- 尚雷
49+
- vonwind
50+
- 韩伟博
51+

0 commit comments

Comments
 (0)