Skip to content

Commit 9976dbb

Browse files
committed
bugfix compatible_mode
1 parent b5ed158 commit 9976dbb

File tree

2 files changed

+2
-2
lines changed
  • CN/modules/ROOT/pages/v3.4
  • EN/modules/ROOT/pages/v3.4

2 files changed

+2
-2
lines changed

CN/modules/ROOT/pages/v3.4/8.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1987,7 +1987,7 @@ SELECT concat_lower_or_upper('Hello', 'World', uppercase => true);
19871987
19881988
==== `ivorysql.compatible_mode (enum)`
19891989
1990-
此参数控制数据库服务器的行为。 默认值为 `pg`,表示它是原生安装,服务器将作为原生 PG 安装。 如果它设置为“oracle”,那么查询的输出和系统行为整体会发生变化,因为它会更像 Oracle。
1990+
此参数控制数据库服务器的行为。 如果它设置为`pg`,表示它是原生安装,服务器将作为原生 PG 安装。 如果它设置为“oracle”,那么查询的输出和系统行为整体会发生变化,因为它会更像 Oracle。
19911991
19921992
当设置为 `oracle` 时,此参数会隐式地将同样名字的Schema添加到 `search_path`。 以便可以定位 Oracle 兼容对象。
19931993

EN/modules/ROOT/pages/v3.4/8.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2084,7 +2084,7 @@ Parameters are set in the same way as in native IvorySQL. All parameter names ar
20842084
20852085
==== `ivorysql.compatible_mode (enum)`
20862086
2087-
This parameter controls the behavior of the database server. The default value is `pg`, which means it is a native installation and the server will be installed as a native PG. If it is set to `oracle`, then the query output and overall system behavior will change, as it will be more Oracle-like.
2087+
This parameter controls the behavior of the database server. If it is set to `pg`, which means it is a native installation and the server will be installed as a native PG. If it is set to `oracle`, then the query output and overall system behavior will change, as it will be more Oracle-like.
20882088
20892089
When set to `oracle`, this parameter will implicitly add a Schema with the same name to `search_path`. so that Oracle-compatible objects can be located.
20902090

0 commit comments

Comments
 (0)