Skip to content

Commit 792c25c

Browse files
committed
fixed link display error
1 parent 0f3b8b8 commit 792c25c

File tree

2 files changed

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

2 files changed

+7
-7
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,17 +31,17 @@ IvorySQL 4.0基于PostgreSQL 17.0,并修复了多个问题。更多信息请
3131
在 Oracle 模式下新增对不可见列的支持,并在 psql 的扩展描述命令(\d+)中显示不可见列的信息。
3232
对表的常规访问将不会显示不可见列。不可见列必须通过其列名显式引用,查询和其他操作才能访问这些列。
3333

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

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

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

44-
5. 提供Ubuntu安装包https://github.com/IvorySQL/IvorySQL/issues/703[#703]
44+
5. 提供Ubuntu安装包: https://github.com/IvorySQL/IvorySQL/issues/703[#703]
4545

4646

4747
== 源代码

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,12 @@ Add support for invisible columns and describe invisible columns in psql extende
3333
2. Oracle package compatibility: https://github.com/IvorySQL/IvorySQL/issues/589[#589]
3434
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.
3535

36-
3. Function pg_get_functiondef support multiple OIDs and function names: #696
36+
3. Function pg_get_functiondef support multiple OIDs and function names: https://github.com/IvorySQL/IvorySQL/issues/696[#696]
3737
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.
3838

39-
4. Add 'ivorysql' as default database: #575
39+
4. Add 'ivorysql' as default database: https://github.com/IvorySQL/IvorySQL/issues/575[#575]
4040

41-
5. Provide Ubuntu installation package: #703
41+
5. Provide Ubuntu installation package: https://github.com/IvorySQL/IvorySQL/issues/703[#703]
4242

4343
== Source Code
4444

0 commit comments

Comments
 (0)