Skip to content

Commit 4f6efc8

Browse files
authored
Merge pull request #69 from balinorLiang/ivorysql_docs_v3.3
Ivorysql docs v3.3
2 parents 4bc8f35 + e6d5363 commit 4f6efc8

Some content is hidden

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

58 files changed

+408
-1256
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.2
4-
start_page: v3.2/welcome.adoc
3+
version: v3.3
4+
start_page: v3.3/welcome.adoc
55
asciidoc:
66
attributes:
77
source-language: asciidoc@

CN/modules/ROOT/nav.adoc

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,30 @@
1-
* xref:v3.2/welcome.adoc[欢迎]
2-
* xref:v3.2/1.adoc[发行说明]
3-
* xref:v3.2/2.adoc[关于IvorySQL]
1+
* xref:v3.3/welcome.adoc[欢迎]
2+
* xref:v3.3/1.adoc[发行说明]
3+
* xref:v3.3/2.adoc[关于IvorySQL]
44
* IvorySQL入门
5-
** xref:v3.2/3.adoc[快速开始]
6-
** xref:v3.2/4.adoc[日常监控]
7-
** xref:v3.2/5.adoc[日常维护]
5+
** xref:v3.3/3.adoc[快速开始]
6+
** xref:v3.3/4.adoc[日常监控]
7+
** xref:v3.3/5.adoc[日常维护]
88
* IvorySQL高级
9-
** xref:v3.2/6.adoc[安装指南]
10-
** xref:v3.2/7.adoc[集群搭建]
11-
** xref:v3.2/8.adoc[开发者指南]
12-
** xref:v3.2/9.adoc[运维管理指南]
13-
** xref:v3.2/10.adoc[迁移指南]
9+
** xref:v3.3/6.adoc[安装指南]
10+
** xref:v3.3/7.adoc[集群搭建]
11+
** xref:v3.3/8.adoc[开发者指南]
12+
** xref:v3.3/9.adoc[运维管理指南]
13+
** xref:v3.3/10.adoc[迁移指南]
1414
* IvorySQL生态
15-
** xref:v3.2/11.adoc[PostGIS]
16-
** xref:v3.2/12.adoc[pgvector]
15+
** xref:v3.3/11.adoc[PostGIS]
16+
** xref:v3.3/12.adoc[pgvector]
1717
* 功能列表
18-
** xref:v3.2/14.adoc[1、框架设计]
19-
** xref:v3.2/15.adoc[2、GUC框架]
20-
** xref:v3.2/16.adoc[3、大小写转换]
21-
** xref:v3.2/17.adoc[4、双模式设计]
22-
** xref:v3.2/18.adoc[5、兼容Oracle like]
23-
** xref:v3.2/19.adoc[6、兼容Oracle匿名块]
24-
** xref:v3.2/20.adoc[7、兼容Oracle函数与存储过程]
25-
** xref:v3.2/21.adoc[8、内置数据类型与内置函数]
26-
** xref:v3.2/22.adoc[9、新增Oracle兼容模式的端口与IP]
27-
** xref:v3.2/26.adoc[10、XML函数]
28-
* xref:v3.2/23.adoc[社区贡献指南]
29-
* xref:v3.2/24.adoc[工具参考]
30-
* xref:v3.2/25.adoc[FAQ]
18+
** xref:v3.3/14.adoc[1、框架设计]
19+
** xref:v3.3/15.adoc[2、GUC框架]
20+
** xref:v3.3/16.adoc[3、大小写转换]
21+
** xref:v3.3/17.adoc[4、双模式设计]
22+
** xref:v3.3/18.adoc[5、兼容Oracle like]
23+
** xref:v3.3/19.adoc[6、兼容Oracle匿名块]
24+
** xref:v3.3/20.adoc[7、兼容Oracle函数与存储过程]
25+
** xref:v3.3/21.adoc[8、内置数据类型与内置函数]
26+
** xref:v3.3/22.adoc[9、新增Oracle兼容模式的端口与IP]
27+
** xref:v3.3/26.adoc[10、XML函数]
28+
* xref:v3.3/23.adoc[社区贡献指南]
29+
* xref:v3.3/24.adoc[工具参考]
30+
* xref:v3.3/25.adoc[FAQ]

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

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

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

Lines changed: 68 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,68 @@
1+
:sectnums:
2+
:sectnumlevels: 5
3+
4+
5+
== 版本概览
6+
7+
[**发行日期:2024年7月11日**]
8+
9+
10+
IvorySQL 3.3基于PostgreSQL 16.3,并修复了多个问题。更多信息请参考 https://docs.ivorysql.org/[文档网站] 。
11+
12+
== 增强功能
13+
14+
- PostgreSQL 16.3 的增强功能
15+
16+
1. 将 pg_stats_ext 和 pg_stats_ext_exprs 条目的可见性限制为表所有者。
17+
2. 修复将多个 VALUES 行插入到作为数组或复合类型域的目标列中的问题。
18+
3. 对于带有 DO NOTHING 子句的 MERGE 语句,要求对目标表具有 SELECT 权限。
19+
4. 修复处理 MERGE 中自我修改元组的问题。
20+
5. 修复当表按布尔列分区且查询中包含布尔 IS NOT 子句时错误地修剪 NULL 分区的问题。
21+
22+
+
23+
24+
更多细节, 请参阅 https://www.postgresql.org/docs/release/16.3/[PostgreSQL发布说明].
25+
26+
27+
== 问题修复
28+
29+
- 修复使用 SYSDATE 作为日期默认值时的问题: https://github.com/IvorySQL/IvorySQL/issues/633[#633]
30+
- 修复使用 SYSTIMESTAMP 作为日期默认值时的问题: https://github.com/IvorySQL/IvorySQL/issues/661[#661]
31+
- 修复nls mask时间戳精度问题: https://github.com/IvorySQL/IvorySQL/issues/634[#634]
32+
- 为ivorysql.datetime_ignore_nls_mask参数添加更多测试用例: https://github.com/IvorySQL/IvorySQL/issues/657[#657]
33+
- 修复兼容模式下使用timestamp(7)类型返回错误问题: https://github.com/IvorySQL/IvorySQL/issues/658[#658]
34+
- 数据类型VARCHAR2问题的支持: https://github.com/IvorySQL/IvorySQL/issues/652[#652]
35+
- 解决docker_library项目中,有关IvorySQL的相关问题: https://github.com/IvorySQL/docker_library/issues/4[#4]
36+
37+
== 源代码
38+
39+
IvorySQL主要包含2个代码仓库:
40+
41+
* IvorySQL数据库源码: https://github.com/IvorySQL/IvorySQL
42+
* IvorySQL官方网站: https://github.com/IvorySQL/Ivory-www
43+
44+
== 贡献人员(等待release note)
45+
以下个人(按姓氏排序)作为补丁作者、提交者、审查者、测试者或问题报告者为此版本做出了贡献。
46+
47+
- Cary Huang
48+
- Chase Wu
49+
- David Zhang
50+
- Grant Zhou
51+
- Håkan Arpfors
52+
- Imran Zaheer
53+
- Leo X.M. Zeng
54+
- shanInfo
55+
- 高雪玉
56+
- 郭新源
57+
- 贾楠
58+
- 矫顺田
59+
- 梁翔宇
60+
- 吕新杰
61+
- 牛世继
62+
- 任娇
63+
- 阮秀华
64+
- 尚雷
65+
- 孙锐克
66+
- 王丽
67+
- 王守波
68+
- 严少安

0 commit comments

Comments
 (0)