Skip to content

Commit 8870e57

Browse files
authored
update the code for bugfix (#154)
1 parent 97a6089 commit 8870e57

File tree

4 files changed

+14
-1
lines changed

4 files changed

+14
-1
lines changed

CN/modules/ROOT/pages/v4.6/37.adoc

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,8 @@ ivorysql=# SELECT pg_is_in_recovery();
170170
(1 row)
171171

172172
ivorysql=# exit
173+
```
174+
```
173175
[root@k8s-master helm_charts]# psql -U ivorysql -p 32477 -h 127.0.0.1 -d ivorysql
174176
Password for user ivorysql:
175177

@@ -206,7 +208,8 @@ ivorysql=# SELECT pg_is_in_recovery();
206208
(1 row)
207209

208210
ivorysql=# exit
209-
211+
```
212+
```
210213
[root@k8s-master helm_charts]# psql -U ivorysql -p 32654 -h 127.0.0.1 -d ivorysql
211214
Password for user ivorysql:
212215

CN/modules/ROOT/pages/v4.6/38.adoc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,8 @@ ivorysql=# show ivorysql.compatible_mode;
7676
(1 row)
7777

7878
ivorysql=# exit
79+
```
80+
```
7981
[root@manager-node1 docker-swarm]# psql -h127.0.0.1 -p5432 -U ivorysql -d ivorysql
8082
Password for user ivorysql:
8183

@@ -159,6 +161,8 @@ ivorysql=# show ivorysql.compatible_mode;
159161
(1 row)
160162

161163
ivorysql=# exit
164+
```
165+
```
162166
[root@manager-node1 docker-swarm]# psql -h127.0.0.1 -p5432 -U ivorysql -d ivorysql
163167
Password for user ivorysql:
164168

EN/modules/ROOT/pages/v4.6/37.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,8 @@ ivorysql=# SELECT pg_is_in_recovery();
169169
(1 row)
170170

171171
ivorysql=# exit
172+
```
173+
```
172174
[root@k8s-master helm_charts]# psql -U ivorysql -p 32477 -h 127.0.0.1 -d ivorysql
173175
Password for user ivorysql:
174176

EN/modules/ROOT/pages/v4.6/38.adoc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,8 @@ ivorysql=# show ivorysql.compatible_mode;
7676
(1 row)
7777

7878
ivorysql=# exit
79+
```
80+
```
7981
[root@manager-node1 docker-swarm]# psql -h127.0.0.1 -p5432 -U ivorysql -d ivorysql
8082
Password for user ivorysql:
8183

@@ -158,6 +160,8 @@ ivorysql=# show ivorysql.compatible_mode;
158160
(1 row)
159161

160162
ivorysql=# exit
163+
```
164+
```
161165
[root@manager-node1 docker-swarm]# psql -h127.0.0.1 -p5432 -U ivorysql -d ivorysql
162166
Password for user ivorysql:
163167

0 commit comments

Comments
 (0)