你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
array_nulls
| Attribute | 价值 |
|---|---|
| 类别 | 版本和平台兼容性/以前的 PostgreSQL 版本 |
| Description | 启用数组中 NULL 元素的输入。 打开时,数组输入值中无引号的 NULL 被解释为 null 值;否则,它被按字面意义处理。 |
| 数据类型 | 布尔 |
| 默认值 | on |
| 允许的值 | on,off |
| 参数类型 | dynamic |
| Documentation | 数组空值 |
backslash_quote
| Attribute | 价值 |
|---|---|
| 类别 | 版本和平台兼容性/以前的 PostgreSQL 版本 |
| Description | 设置字符串文本中是否允许使用“\”。 |
| 数据类型 | 枚举 |
| 默认值 | safe_encoding |
| 允许的值 | safe_encoding,on,off |
| 参数类型 | dynamic |
| Documentation | backslash_quote |
escape_string_warning
| Attribute | 价值 |
|---|---|
| 类别 | 版本和平台兼容性/以前的 PostgreSQL 版本 |
| Description | 关于普通字符串文本中存在反斜杠转义符的警告。 |
| 数据类型 | 布尔 |
| 默认值 | on |
| 允许的值 | on,off |
| 参数类型 | dynamic |
| Documentation | escape_string_warning |
lo_compat_privileges
| Attribute | 价值 |
|---|---|
| 类别 | 版本和平台兼容性/以前的 PostgreSQL 版本 |
| Description | 为针对大型对象的特权检查启用后向兼容性模式。 读取或修改大型对象时跳过特权检查,以便与 9.0 之前的 PostgreSQL 版本兼容。 |
| 数据类型 | 布尔 |
| 默认值 | off |
| 允许的值 | on,off |
| 参数类型 | dynamic |
| Documentation | lo_compat_privileges |
quote_all_identifiers
| Attribute | 价值 |
|---|---|
| 类别 | 版本和平台兼容性/以前的 PostgreSQL 版本 |
| Description | 生成 SQL 片段时,引用所有标识符。 |
| 数据类型 | 布尔 |
| 默认值 | off |
| 允许的值 | on,off |
| 参数类型 | dynamic |
| Documentation | quote_all_identifiers |
standard_conforming_strings
| Attribute | 价值 |
|---|---|
| 类别 | 版本和平台兼容性/以前的 PostgreSQL 版本 |
| Description | 导致“...”字符串以字面形式处理反斜杠。 |
| 数据类型 | 布尔 |
| 默认值 | on |
| 允许的值 | on,off |
| 参数类型 | dynamic |
| Documentation | standard_conforming_strings |
synchronize_seqscans
| Attribute | 价值 |
|---|---|
| 类别 | 版本和平台兼容性/以前的 PostgreSQL 版本 |
| Description | 启用同步的顺序扫描。 |
| 数据类型 | 布尔 |
| 默认值 | on |
| 允许的值 | on,off |
| 参数类型 | dynamic |
| Documentation | synchronize_seqscans |
array_nulls
| Attribute | 价值 |
|---|---|
| 类别 | 版本和平台兼容性/以前的 PostgreSQL 版本 |
| Description | 允许将 NULL(不区分大小写)的输入视为 NULL 值,而不是文本字符串“NULL”。 |
| 数据类型 | 布尔 |
| 默认值 | on |
| 允许的值 | on,off |
| 参数类型 | dynamic |
| Documentation | 数组空值 |
backslash_quote
| Attribute | 价值 |
|---|---|
| 类别 | 版本和平台兼容性/以前的 PostgreSQL 版本 |
| Description | 设置字符串文本中是否允许使用“\”。 |
| 数据类型 | 枚举 |
| 默认值 | safe_encoding |
| 允许的值 | safe_encoding,on,off |
| 参数类型 | dynamic |
| Documentation | backslash_quote |
escape_string_warning
| Attribute | 价值 |
|---|---|
| 类别 | 版本和平台兼容性/以前的 PostgreSQL 版本 |
| Description | 关于普通字符串文本中存在反斜杠转义符的警告。 |
| 数据类型 | 布尔 |
| 默认值 | on |
| 允许的值 | on,off |
| 参数类型 | dynamic |
| Documentation | escape_string_warning |
lo_compat_privileges
| Attribute | 价值 |
|---|---|
| 类别 | 版本和平台兼容性/以前的 PostgreSQL 版本 |
| Description | 为针对大型对象的特权检查启用后向兼容性模式。 |
| 数据类型 | 布尔 |
| 默认值 | off |
| 允许的值 | on,off |
| 参数类型 | dynamic |
| Documentation | lo_compat_privileges |
quote_all_identifiers
| Attribute | 价值 |
|---|---|
| 类别 | 版本和平台兼容性/以前的 PostgreSQL 版本 |
| Description | 生成 SQL 片段时将所有标识符括在引号中。 |
| 数据类型 | 布尔 |
| 默认值 | off |
| 允许的值 | on,off |
| 参数类型 | dynamic |
| Documentation | quote_all_identifiers |
standard_conforming_strings
| Attribute | 价值 |
|---|---|
| 类别 | 版本和平台兼容性/以前的 PostgreSQL 版本 |
| Description | 导致“...”字符串以字面形式处理反斜杠。 |
| 数据类型 | 布尔 |
| 默认值 | on |
| 允许的值 | on,off |
| 参数类型 | dynamic |
| Documentation | standard_conforming_strings |
synchronize_seqscans
| Attribute | 价值 |
|---|---|
| 类别 | 版本和平台兼容性/以前的 PostgreSQL 版本 |
| Description | 启用同步顺序扫描。 |
| 数据类型 | 布尔 |
| 默认值 | on |
| 允许的值 | on,off |
| 参数类型 | dynamic |
| Documentation | synchronize_seqscans |
array_nulls
| Attribute | 价值 |
|---|---|
| 类别 | 版本和平台兼容性/以前的 PostgreSQL 版本 |
| Description | 允许将 NULL(不区分大小写)的输入视为 NULL 值,而不是文本字符串“NULL”。 |
| 数据类型 | 布尔 |
| 默认值 | on |
| 允许的值 | on,off |
| 参数类型 | dynamic |
| Documentation | 数组空值 |
backslash_quote
| Attribute | 价值 |
|---|---|
| 类别 | 版本和平台兼容性/以前的 PostgreSQL 版本 |
| Description | 设置字符串文本中是否允许使用“\”。 |
| 数据类型 | 枚举 |
| 默认值 | safe_encoding |
| 允许的值 | safe_encoding,on,off |
| 参数类型 | dynamic |
| Documentation | backslash_quote |
escape_string_warning
| Attribute | 价值 |
|---|---|
| 类别 | 版本和平台兼容性/以前的 PostgreSQL 版本 |
| Description | 关于普通字符串文本中存在反斜杠转义符的警告。 |
| 数据类型 | 布尔 |
| 默认值 | on |
| 允许的值 | on,off |
| 参数类型 | dynamic |
| Documentation | escape_string_warning |
lo_compat_privileges
| Attribute | 价值 |
|---|---|
| 类别 | 版本和平台兼容性/以前的 PostgreSQL 版本 |
| Description | 为针对大型对象的特权检查启用后向兼容性模式。 |
| 数据类型 | 布尔 |
| 默认值 | off |
| 允许的值 | on,off |
| 参数类型 | dynamic |
| Documentation | lo_compat_privileges |
quote_all_identifiers
| Attribute | 价值 |
|---|---|
| 类别 | 版本和平台兼容性/以前的 PostgreSQL 版本 |
| Description | 生成 SQL 片段时将所有标识符括在引号中。 |
| 数据类型 | 布尔 |
| 默认值 | off |
| 允许的值 | on,off |
| 参数类型 | dynamic |
| Documentation | quote_all_identifiers |
standard_conforming_strings
| Attribute | 价值 |
|---|---|
| 类别 | 版本和平台兼容性/以前的 PostgreSQL 版本 |
| Description | 导致“...”字符串以字面形式处理反斜杠。 |
| 数据类型 | 布尔 |
| 默认值 | on |
| 允许的值 | on,off |
| 参数类型 | dynamic |
| Documentation | standard_conforming_strings |
synchronize_seqscans
| Attribute | 价值 |
|---|---|
| 类别 | 版本和平台兼容性/以前的 PostgreSQL 版本 |
| Description | 启用同步顺序扫描。 |
| 数据类型 | 布尔 |
| 默认值 | on |
| 允许的值 | on,off |
| 参数类型 | dynamic |
| Documentation | synchronize_seqscans |
array_nulls
| Attribute | 价值 |
|---|---|
| 类别 | 版本和平台兼容性/以前的 PostgreSQL 版本 |
| Description | 允许将 NULL(不区分大小写)的输入视为 NULL 值,而不是文本字符串“NULL”。 |
| 数据类型 | 布尔 |
| 默认值 | on |
| 允许的值 | on,off |
| 参数类型 | dynamic |
| Documentation | 数组空值 |
backslash_quote
| Attribute | 价值 |
|---|---|
| 类别 | 版本和平台兼容性/以前的 PostgreSQL 版本 |
| Description | 设置字符串文本中是否允许使用“\”。 |
| 数据类型 | 枚举 |
| 默认值 | safe_encoding |
| 允许的值 | safe_encoding,on,off |
| 参数类型 | dynamic |
| Documentation | backslash_quote |
escape_string_warning
| Attribute | 价值 |
|---|---|
| 类别 | 版本和平台兼容性/以前的 PostgreSQL 版本 |
| Description | 关于普通字符串文本中存在反斜杠转义符的警告。 |
| 数据类型 | 布尔 |
| 默认值 | on |
| 允许的值 | on,off |
| 参数类型 | dynamic |
| Documentation | escape_string_warning |
lo_compat_privileges
| Attribute | 价值 |
|---|---|
| 类别 | 版本和平台兼容性/以前的 PostgreSQL 版本 |
| Description | 为针对大型对象的特权检查启用后向兼容性模式。 |
| 数据类型 | 布尔 |
| 默认值 | off |
| 允许的值 | on,off |
| 参数类型 | dynamic |
| Documentation | lo_compat_privileges |
quote_all_identifiers
| Attribute | 价值 |
|---|---|
| 类别 | 版本和平台兼容性/以前的 PostgreSQL 版本 |
| Description | 生成 SQL 片段时将所有标识符括在引号中。 |
| 数据类型 | 布尔 |
| 默认值 | off |
| 允许的值 | on,off |
| 参数类型 | dynamic |
| Documentation | quote_all_identifiers |
standard_conforming_strings
| Attribute | 价值 |
|---|---|
| 类别 | 版本和平台兼容性/以前的 PostgreSQL 版本 |
| Description | 导致“...”字符串以字面形式处理反斜杠。 |
| 数据类型 | 布尔 |
| 默认值 | on |
| 允许的值 | on,off |
| 参数类型 | dynamic |
| Documentation | standard_conforming_strings |
synchronize_seqscans
| Attribute | 价值 |
|---|---|
| 类别 | 版本和平台兼容性/以前的 PostgreSQL 版本 |
| Description | 启用同步顺序扫描。 |
| 数据类型 | 布尔 |
| 默认值 | on |
| 允许的值 | on,off |
| 参数类型 | dynamic |
| Documentation | synchronize_seqscans |
array_nulls
| Attribute | 价值 |
|---|---|
| 类别 | 版本和平台兼容性/以前的 PostgreSQL 版本 |
| Description | 允许将 NULL(不区分大小写)的输入视为 NULL 值,而不是文本字符串“NULL”。 |
| 数据类型 | 布尔 |
| 默认值 | on |
| 允许的值 | on,off |
| 参数类型 | dynamic |
| Documentation | 数组空值 |
backslash_quote
| Attribute | 价值 |
|---|---|
| 类别 | 版本和平台兼容性/以前的 PostgreSQL 版本 |
| Description | 设置字符串文本中是否允许使用“\”。 |
| 数据类型 | 枚举 |
| 默认值 | safe_encoding |
| 允许的值 | safe_encoding,on,off |
| 参数类型 | dynamic |
| Documentation | backslash_quote |
escape_string_warning
| Attribute | 价值 |
|---|---|
| 类别 | 版本和平台兼容性/以前的 PostgreSQL 版本 |
| Description | 关于普通字符串文本中存在反斜杠转义符的警告。 |
| 数据类型 | 布尔 |
| 默认值 | on |
| 允许的值 | on,off |
| 参数类型 | dynamic |
| Documentation | escape_string_warning |
lo_compat_privileges
| Attribute | 价值 |
|---|---|
| 类别 | 版本和平台兼容性/以前的 PostgreSQL 版本 |
| Description | 为针对大型对象的特权检查启用后向兼容性模式。 |
| 数据类型 | 布尔 |
| 默认值 | off |
| 允许的值 | on,off |
| 参数类型 | dynamic |
| Documentation | lo_compat_privileges |
quote_all_identifiers
| Attribute | 价值 |
|---|---|
| 类别 | 版本和平台兼容性/以前的 PostgreSQL 版本 |
| Description | 生成 SQL 片段时将所有标识符括在引号中。 |
| 数据类型 | 布尔 |
| 默认值 | off |
| 允许的值 | on,off |
| 参数类型 | dynamic |
| Documentation | quote_all_identifiers |
standard_conforming_strings
| Attribute | 价值 |
|---|---|
| 类别 | 版本和平台兼容性/以前的 PostgreSQL 版本 |
| Description | 导致“...”字符串以字面形式处理反斜杠。 |
| 数据类型 | 布尔 |
| 默认值 | on |
| 允许的值 | on,off |
| 参数类型 | dynamic |
| Documentation | standard_conforming_strings |
synchronize_seqscans
| Attribute | 价值 |
|---|---|
| 类别 | 版本和平台兼容性/以前的 PostgreSQL 版本 |
| Description | 启用同步顺序扫描。 |
| 数据类型 | 布尔 |
| 默认值 | on |
| 允许的值 | on,off |
| 参数类型 | dynamic |
| Documentation | synchronize_seqscans |
array_nulls
| Attribute | 价值 |
|---|---|
| 类别 | 版本和平台兼容性/以前的 PostgreSQL 版本 |
| Description | 允许将 NULL(不区分大小写)的输入视为 NULL 值,而不是文本字符串“NULL”。 |
| 数据类型 | 布尔 |
| 默认值 | on |
| 允许的值 | on,off |
| 参数类型 | dynamic |
| Documentation | 数组空值 |
backslash_quote
| Attribute | 价值 |
|---|---|
| 类别 | 版本和平台兼容性/以前的 PostgreSQL 版本 |
| Description | 设置字符串文本中是否允许使用“\”。 |
| 数据类型 | 枚举 |
| 默认值 | safe_encoding |
| 允许的值 | safe_encoding,on,off |
| 参数类型 | dynamic |
| Documentation | backslash_quote |
escape_string_warning
| Attribute | 价值 |
|---|---|
| 类别 | 版本和平台兼容性/以前的 PostgreSQL 版本 |
| Description | 关于普通字符串文本中存在反斜杠转义符的警告。 |
| 数据类型 | 布尔 |
| 默认值 | on |
| 允许的值 | on,off |
| 参数类型 | dynamic |
| Documentation | escape_string_warning |
lo_compat_privileges
| Attribute | 价值 |
|---|---|
| 类别 | 版本和平台兼容性/以前的 PostgreSQL 版本 |
| Description | 为针对大型对象的特权检查启用后向兼容性模式。 |
| 数据类型 | 布尔 |
| 默认值 | off |
| 允许的值 | on,off |
| 参数类型 | dynamic |
| Documentation | lo_compat_privileges |
operator_precedence_warning
| Attribute | 价值 |
|---|---|
| 类别 | 版本和平台兼容性/以前的 PostgreSQL 版本 |
| Description | 针对自 PostgreSQL 9.4 以来其含义已发生更改的构造发出警告。 |
| 数据类型 | 布尔 |
| 默认值 | off |
| 允许的值 | on,off |
| 参数类型 | dynamic |
| Documentation | 运算符优先级警告 |
quote_all_identifiers
| Attribute | 价值 |
|---|---|
| 类别 | 版本和平台兼容性/以前的 PostgreSQL 版本 |
| Description | 生成 SQL 片段时将所有标识符括在引号中。 |
| 数据类型 | 布尔 |
| 默认值 | off |
| 允许的值 | on,off |
| 参数类型 | dynamic |
| Documentation | quote_all_identifiers |
standard_conforming_strings
| Attribute | 价值 |
|---|---|
| 类别 | 版本和平台兼容性/以前的 PostgreSQL 版本 |
| Description | 导致“...”字符串以字面形式处理反斜杠。 |
| 数据类型 | 布尔 |
| 默认值 | on |
| 允许的值 | on,off |
| 参数类型 | dynamic |
| Documentation | standard_conforming_strings |
synchronize_seqscans
| Attribute | 价值 |
|---|---|
| 类别 | 版本和平台兼容性/以前的 PostgreSQL 版本 |
| Description | 启用同步顺序扫描。 |
| 数据类型 | 布尔 |
| 默认值 | on |
| 允许的值 | on,off |
| 参数类型 | dynamic |
| Documentation | synchronize_seqscans |
array_nulls
| Attribute | 价值 |
|---|---|
| 类别 | 版本和平台兼容性/以前的 PostgreSQL 版本 |
| Description | 允许将 NULL(不区分大小写)的输入视为 NULL 值,而不是文本字符串“NULL”。 |
| 数据类型 | 布尔 |
| 默认值 | on |
| 允许的值 | on,off |
| 参数类型 | dynamic |
| Documentation | 数组空值 |
backslash_quote
| Attribute | 价值 |
|---|---|
| 类别 | 版本和平台兼容性/以前的 PostgreSQL 版本 |
| Description | 设置字符串文本中是否允许使用“\”。 |
| 数据类型 | 枚举 |
| 默认值 | safe_encoding |
| 允许的值 | safe_encoding,on,off |
| 参数类型 | dynamic |
| Documentation | backslash_quote |
escape_string_warning
| Attribute | 价值 |
|---|---|
| 类别 | 版本和平台兼容性/以前的 PostgreSQL 版本 |
| Description | 关于普通字符串文本中存在反斜杠转义符的警告。 |
| 数据类型 | 布尔 |
| 默认值 | on |
| 允许的值 | on,off |
| 参数类型 | dynamic |
| Documentation | escape_string_warning |
lo_compat_privileges
| Attribute | 价值 |
|---|---|
| 类别 | 版本和平台兼容性/以前的 PostgreSQL 版本 |
| Description | 为针对大型对象的特权检查启用后向兼容性模式。 |
| 数据类型 | 布尔 |
| 默认值 | off |
| 允许的值 | on,off |
| 参数类型 | dynamic |
| Documentation | lo_compat_privileges |
operator_precedence_warning
| Attribute | 价值 |
|---|---|
| 类别 | 版本和平台兼容性/以前的 PostgreSQL 版本 |
| Description | 针对自 PostgreSQL 9.4 以来其含义已发生更改的构造发出警告。 |
| 数据类型 | 布尔 |
| 默认值 | off |
| 允许的值 | on,off |
| 参数类型 | dynamic |
| Documentation | 运算符优先级警告 |
quote_all_identifiers
| Attribute | 价值 |
|---|---|
| 类别 | 版本和平台兼容性/以前的 PostgreSQL 版本 |
| Description | 生成 SQL 片段时将所有标识符括在引号中。 |
| 数据类型 | 布尔 |
| 默认值 | off |
| 允许的值 | on,off |
| 参数类型 | dynamic |
| Documentation | quote_all_identifiers |
standard_conforming_strings
| Attribute | 价值 |
|---|---|
| 类别 | 版本和平台兼容性/以前的 PostgreSQL 版本 |
| Description | 导致“...”字符串以字面形式处理反斜杠。 |
| 数据类型 | 布尔 |
| 默认值 | on |
| 允许的值 | on,off |
| 参数类型 | dynamic |
| Documentation | standard_conforming_strings |
synchronize_seqscans
| Attribute | 价值 |
|---|---|
| 类别 | 版本和平台兼容性/以前的 PostgreSQL 版本 |
| Description | 启用同步顺序扫描。 |
| 数据类型 | 布尔 |
| 默认值 | on |
| 允许的值 | on,off |
| 参数类型 | dynamic |
| Documentation | synchronize_seqscans |
array_nulls
| Attribute | 价值 |
|---|---|
| 类别 | 版本和平台兼容性/以前的 PostgreSQL 版本 |
| Description | 允许将 NULL(不区分大小写)的输入视为 NULL 值,而不是文本字符串“NULL”。 |
| 数据类型 | 布尔 |
| 默认值 | on |
| 允许的值 | on,off |
| 参数类型 | dynamic |
| Documentation | 数组空值 |
backslash_quote
| Attribute | 价值 |
|---|---|
| 类别 | 版本和平台兼容性/以前的 PostgreSQL 版本 |
| Description | 设置字符串文本中是否允许使用“\”。 |
| 数据类型 | 枚举 |
| 默认值 | safe_encoding |
| 允许的值 | safe_encoding,on,off |
| 参数类型 | dynamic |
| Documentation | backslash_quote |
escape_string_warning
| Attribute | 价值 |
|---|---|
| 类别 | 版本和平台兼容性/以前的 PostgreSQL 版本 |
| Description | 关于普通字符串文本中存在反斜杠转义符的警告。 |
| 数据类型 | 布尔 |
| 默认值 | on |
| 允许的值 | on,off |
| 参数类型 | dynamic |
| Documentation | escape_string_warning |
lo_compat_privileges
| Attribute | 价值 |
|---|---|
| 类别 | 版本和平台兼容性/以前的 PostgreSQL 版本 |
| Description | 为针对大型对象的特权检查启用后向兼容性模式。 |
| 数据类型 | 布尔 |
| 默认值 | off |
| 允许的值 | on,off |
| 参数类型 | dynamic |
| Documentation | lo_compat_privileges |
operator_precedence_warning
| Attribute | 价值 |
|---|---|
| 类别 | 版本和平台兼容性/以前的 PostgreSQL 版本 |
| Description | 针对自 PostgreSQL 9.4 以来其含义已发生更改的构造发出警告。 |
| 数据类型 | 布尔 |
| 默认值 | off |
| 允许的值 | on,off |
| 参数类型 | dynamic |
| Documentation | 运算符优先级警告 |
quote_all_identifiers
| Attribute | 价值 |
|---|---|
| 类别 | 版本和平台兼容性/以前的 PostgreSQL 版本 |
| Description | 生成 SQL 片段时将所有标识符括在引号中。 |
| 数据类型 | 布尔 |
| 默认值 | off |
| 允许的值 | on,off |
| 参数类型 | dynamic |
| Documentation | quote_all_identifiers |
standard_conforming_strings
| Attribute | 价值 |
|---|---|
| 类别 | 版本和平台兼容性/以前的 PostgreSQL 版本 |
| Description | 导致“...”字符串以字面形式处理反斜杠。 |
| 数据类型 | 布尔 |
| 默认值 | on |
| 允许的值 | on,off |
| 参数类型 | dynamic |
| Documentation | standard_conforming_strings |
synchronize_seqscans
| Attribute | 价值 |
|---|---|
| 类别 | 版本和平台兼容性/以前的 PostgreSQL 版本 |
| Description | 启用同步顺序扫描。 |
| 数据类型 | 布尔 |
| 默认值 | on |
| 允许的值 | on,off |
| 参数类型 | dynamic |
| Documentation | synchronize_seqscans |