File tree Expand file tree Collapse file tree 3 files changed +8
-6
lines changed
CN/modules/ROOT/pages/master Expand file tree Collapse file tree 3 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -148,4 +148,4 @@ TIP: Docker运行IvorySQL时,需要添加额外参数,如 psql -d ivorysql -
148148
149149现在可以开始使用IvorySQL啦!就是这么简单!
150150
151- 想要获得更多安装方式,请参考xref:v4.5 /4.1adoc[安装指南]
151+ 想要获得更多安装方式,请参考xref:master /4.1adoc[安装指南]
Original file line number Diff line number Diff line change 88== 主节点
99
1010=== 安装并启动数据库
11- yum源快速安装数据库,请参考xref:v4.5 /3.adoc[快速安装]。
11+ yum源快速安装数据库,请参考xref:master /3.adoc[快速安装]。
1212
13- 想要获取更多安装方式,请参考xref:v4.5 /6.adoc#安装指南[安装指南]。
13+ 想要获取更多安装方式,请参考xref:master /6.adoc#安装指南[安装指南]。
1414
1515[NOTE]
1616主节点数据库需要安装并**启动**
@@ -56,9 +56,9 @@ $ pg_ctl restart
5656
5757== 备节点
5858=== 安装数据库
59- Yum源快速安装数据库,请参考xref:v4.5 /3.adoc#快速安装[快速安装]。
59+ Yum源快速安装数据库,请参考xref:master /3.adoc#快速安装[快速安装]。
6060
61- 想要获取更多安装方式,请参考xref:v4.5 /6.adoc#安装指南[安装指南]。
61+ 想要获取更多安装方式,请参考xref:master /6.adoc#安装指南[安装指南]。
6262
6363[NOTE]
6464备节点数据库只需要安装,**不需要启动**
@@ -173,4 +173,4 @@ ivorysql=# \l
173173 | | | | | | | | ivorysql=CTc/ivorysql
174174 test | ivorysql | UTF8 | libc | en_US.UTF-8 | en_US.UTF-8 | | |
175175(4 rows)
176- ```
176+ ```
Original file line number Diff line number Diff line change @@ -125,6 +125,7 @@ PL/iSQL function inline_code_block line 5 at assignment
125125```
126126
127127=== 匿名块支持out参数
128+
1281291. 支持冒号占位符形式的绑定变量,新增DO+USING语法
129130```
130131ivorysql=# do $$
@@ -139,6 +140,7 @@ ivorysql$# end; $$ using out, out;
139140 1 | 2
140141(1 row)
141142```
143+
1421442. 系统函数 get_parameter_descr
143145```
144146ivorysql=# select * from get_parameter_description('insert into t values(:x,:y)');
You can’t perform that action at this time.
0 commit comments