Skip to content

Commit 0624051

Browse files
authored
Merge pull request #94 from balinorLiang/v4.0_release
format issue
2 parents 505b16e + 04e4d8a commit 0624051

File tree

2 files changed

+22
-0
lines changed
  • CN/modules/ROOT/pages/v4.0
  • EN/modules/ROOT/pages/v4.0

2 files changed

+22
-0
lines changed

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

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,19 +28,30 @@ IvorySQL 4.0基于PostgreSQL 17.0,并修复了多个问题。更多信息请
2828
- IvorySQL 4.0
2929

3030
1. Oracle 不可见列的兼容: https://github.com/IvorySQL/IvorySQL/issues/608[#608]
31+
32+
+
33+
3134
在 Oracle 模式下新增对不可见列的支持,并在 psql 的扩展描述命令(\d+)中显示不可见列的信息。
3235
对表的常规访问将不会显示不可见列。不可见列必须通过其列名显式引用,查询和其他操作才能访问这些列。
3336

3437
2. Oracle 包兼容性: https://github.com/IvorySQL/IvorySQL/issues/589[#589]
38+
39+
+
40+
3541
支持 PL/SQL 包管理功能,包括创建、修改和描述包及包体。
3642
增强了 PostgreSQL 交互式终端(psql),新增 \k 命令,用于与包相关的操作。
3743
此外,通过新的 ACL 函数实现了高级权限管理,并引入了包缓存机制以提升性能。
3844

3945
3. 函数 pg_get_functiondef 支持多个 OID 和函数名: https://github.com/IvorySQL/IvorySQL/issues/696[#696]
46+
47+
+
48+
4049
增强函数 pg_get_functiondef() 以支持在参数列表中传入多个函数 OID。现在,它还可以导出具有相同名称但不同参数的函数定义。
4150

4251
4. 将 'ivorysql' 添加为默认数据库: https://github.com/IvorySQL/IvorySQL/issues/575[#575]
4352

53+
+
54+
4455
5. 提供Ubuntu安装包: https://github.com/IvorySQL/IvorySQL/issues/703[#703]
4556

4657

EN/modules/ROOT/pages/v4.0/1.adoc

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,16 +28,27 @@ For further details, visit https://www.postgresql.org/docs/release/17.0/[Postgre
2828
- IvorySQL 4.0
2929

3030
1. Oracle invisible columns compatibility: https://github.com/IvorySQL/IvorySQL/issues/608[#608]
31+
32+
+
33+
3134
Add support for invisible columns and describe invisible columns in psql extended describe (\d+) in oracle mode only. Any general access to a table will not display invisible columns. Invisible columns must be explicitly referenced by their column name for queries and other operations to access them.
3235

3336
2. Oracle package compatibility: https://github.com/IvorySQL/IvorySQL/issues/589[#589]
37+
38+
+
39+
3440
Support PL/SQL package management, including creating, altering, and describing packages and package bodies. The PostgreSQL interactive terminal (psql) has been enhanced with a new \k command for package-related operations. Additionally, advanced privilege management is enabled through new ACL functions, and package caching has been implemented to boost performance.
3541

3642
3. Function pg_get_functiondef support multiple OIDs and function names: https://github.com/IvorySQL/IvorySQL/issues/696[#696]
43+
44+
+
45+
3746
Enhance function pg_get_functiondef() to support multiple function OIDs in parameter list. It also can export function definition with same name but different parameters now.
3847

3948
4. Add 'ivorysql' as default database: https://github.com/IvorySQL/IvorySQL/issues/575[#575]
4049

50+
+
51+
4152
5. Provide Ubuntu installation package: https://github.com/IvorySQL/IvorySQL/issues/703[#703]
4253

4354
== Source Code

0 commit comments

Comments
 (0)