你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

开发人员选项

allow_in_place_tablespaces

Attribute 价值
类别 开发人员选项
Description 允许直接位于 pg_tblspc 内的表空间进行测试。
数据类型 布尔
默认值 off
允许的值 off
参数类型 只读的
Documentation allow_in_place_tablespaces

allow_system_table_mods

Attribute 价值
类别 开发人员选项
Description 允许修改系统表的结构。
数据类型 布尔
默认值 off
允许的值 off
参数类型 只读的
Documentation allow_system_table_mods

backtrace_functions

Attribute 价值
类别 开发人员选项
Description 记录对这些函数中错误的回溯。
数据类型 字符串
默认值
允许的值
参数类型 只读的
Documentation backtrace_functions

debug_discard_caches

Attribute 价值
类别 开发人员选项
Description 出于调试目的,主动刷新系统缓存。
数据类型 整数
默认值 0
允许的值 0
参数类型 只读的
Documentation debug_discard_caches

debug_io_direct

Attribute 价值
类别 开发人员选项
Description 使用直接 I/O 进行文件访问。
数据类型 字符串
默认值
允许的值
参数类型 只读的
Documentation debug_io_direct

debug_logical_replication_streaming

Attribute 价值
类别 开发人员选项
Description 强制在大型事务中立即进行流式传输或序列化更改。 在发布服务器上,它允许对逻辑解码中的每个更改进行流式处理或序列化。 在订阅者一侧,它允许对文件的所有更改进行序列化,并通知并行应用工作者在事务结束时读取并应用这些更改。
数据类型 枚举
默认值 buffered
允许的值 buffered
参数类型 只读的
Documentation 调试逻辑复制流

debug_parallel_query

Attribute 价值
类别 开发人员选项
Description 强制规划器使用并行查询节点。 这可用于测试并行查询基础结构,方法是强制规划器生成包含节点的计划,这些节点执行工作器与主进程之间的元组通信。
数据类型 枚举
默认值 off
允许的值 off,on,regress
参数类型 dynamic
Documentation debug_parallel_query

ignore_checksum_failure

Attribute 价值
类别 开发人员选项
Description 在校验和故障后继续处理。 检测到校验和错误时,PostgreSQL 通常会报告错误并中止当前事务。 将ignore_checksum_failure设置为 true 会导致系统忽略失败(但仍报告警告),并继续处理。 此行为可能会导致崩溃或其他严重问题。 仅当启用了校验和时,才有效。
数据类型 布尔
默认值 off
允许的值 off
参数类型 只读的
Documentation ignore_checksum_failure

忽略无效页面

Attribute 价值
类别 开发人员选项
Description 在页面无效故障后继续恢复。 检测在恢复期间引用无效页面的 WAL 记录会导致 PostgreSQL 引发 PANIC 级错误,从而中止恢复。 将“ignore_invalid_pages”设置为 true 会导致系统忽略 WAL 记录中的无效页面引用(但仍报告警告),并继续恢复。 此行为可能会导致崩溃、数据丢失、传播或隐藏损坏或其他严重问题。 仅在恢复或处于待机模式期间有效。
数据类型 布尔
默认值 off
允许的值 off
参数类型 只读的
Documentation ignore_invalid_pages

忽略系统索引

Attribute 价值
类别 开发人员选项
Description 禁止读取系统索引。 它不会阻止更新索引,因此可以安全地使用。 最严重的后果是缓慢。
数据类型 布尔
默认值 off
允许的值 off
参数类型 只读的
Documentation ignore_system_indexes

jit_debugging_support

Attribute 价值
类别 开发人员选项
Description 向调试程序注册 JIT 编译的函数。
数据类型 布尔
默认值 off
允许的值 off
参数类型 只读的
Documentation jit_debugging_support

jit_dump_bitcode

Attribute 价值
类别 开发人员选项
Description 写出 LLVM Bitcode 以方便 JIT 调试。
数据类型 布尔
默认值 off
允许的值 off
参数类型 只读的
Documentation jit_dump_bitcode

jit_expressions

Attribute 价值
类别 开发人员选项
Description 允许 JIT 编译表达式。
数据类型 布尔
默认值 on
允许的值 on
参数类型 只读的
Documentation jit_expressions

jit_profiling_support

Attribute 价值
类别 开发人员选项
Description 向性能探查器注册 JIT 编译的函数。
数据类型 布尔
默认值 off
允许的值 off
参数类型 只读的
Documentation jit_profiling_support

jit_tuple_deforming

Attribute 价值
类别 开发人员选项
Description 允许 JIT 编译元组变形。
数据类型 布尔
默认值 on
允许的值 on
参数类型 只读的
Documentation jit_tuple_deforming

post_auth_delay

Attribute 价值
类别 开发人员选项
Description 设置在连接启动时进行身份验证之后等待的时间长度。 这允许将调试器附加到进程。
数据类型 整数
默认值 0
允许的值 0
参数类型 只读的
Documentation post_auth_delay

pre_auth_delay

Attribute 价值
类别 开发人员选项
Description 设置在连接启动时进行身份验证之前等待的时间长度。 这允许将调试器附加到进程。
数据类型 整数
默认值 0
允许的值 0
参数类型 只读的
Documentation pre_auth_delay

崩溃后删除临时文件

Attribute 价值
类别 开发人员选项
Description 在后端崩溃后删除临时文件。
数据类型 布尔
默认值 on
允许的值 on
参数类型 只读的
Documentation 在崩溃后删除临时文件

send_abort_for_crash

Attribute 价值
类别 开发人员选项
Description 在后端崩溃后,将 SIGABRT 而不是 SIGQUIT 发送到子进程。
数据类型 布尔
默认值 off
允许的值 off
参数类型 只读的
Documentation send_abort_for_crash

send_abort_for_kill

Attribute 价值
类别 开发人员选项
Description 将 SIGABRT 而不是 SIGKILL 发送到停滞的子进程。
数据类型 布尔
默认值 off
允许的值 off
参数类型 只读的
Documentation send_abort_for_kill

trace_connection_negotiation

Attribute 价值
类别 开发人员选项
Description 记录预身份验证连接握手的详细信息。
数据类型 布尔
默认值 off
允许的值 off
参数类型 只读的
Documentation trace_connection_negotiation

trace_notify

Attribute 价值
类别 开发人员选项
Description 为 LISTEN 和 NOTIFY 生成调试输出。
数据类型 布尔
默认值 off
允许的值 off
参数类型 只读的
Documentation trace_notify

trace_sort

Attribute 价值
类别 开发人员选项
Description 发出有关排序中资源使用情况的信息。
数据类型 布尔
默认值 off
允许的值 off
参数类型 只读的
Documentation trace_sort

wal_consistency_checking

Attribute 价值
类别 开发人员选项
Description 设置执行 WAL 一致性检查的 WAL 资源管理器。 所有数据块的完整页面图像都将被记录下来,并与 WAL 日志回放的结果进行交叉验证。
数据类型 字符串
默认值
允许的值
参数类型 只读的
Documentation wal_consistency_checking

zero_damaged_pages

Attribute 价值
类别 开发人员选项
Description 继续处理已损坏的页眉。 检测损坏的页面标头通常会导致 PostgreSQL 报告错误,中止当前事务。 将“zero_damaged_pages”设置为 true 会导致系统改为报告警告、零掉损坏的页面并继续处理。 这种行为会破坏数据,即损坏页面上的所有数据行。
数据类型 布尔
默认值 off
允许的值 off
参数类型 只读的
Documentation zero_damaged_pages

allow_in_place_tablespaces

Attribute 价值
类别 开发人员选项
Description 允许直接位于 pg_tblspc 内的表空间进行测试。
数据类型 布尔
默认值 off
允许的值 off
参数类型 只读的
Documentation allow_in_place_tablespaces

allow_system_table_mods

Attribute 价值
类别 开发人员选项
Description 允许修改系统表的结构。
数据类型 布尔
默认值 off
允许的值 off
参数类型 只读的
Documentation allow_system_table_mods

backtrace_functions

Attribute 价值
类别 开发人员选项
Description 记录对这些函数中错误的回溯。
数据类型 字符串
默认值
允许的值
参数类型 只读的
Documentation backtrace_functions

debug_discard_caches

Attribute 价值
类别 开发人员选项
Description 出于调试目的,主动刷新系统缓存。
数据类型 整数
默认值 0
允许的值 0
参数类型 只读的
Documentation debug_discard_caches

debug_io_direct

Attribute 价值
类别 开发人员选项
Description 使用直接 I/O 进行文件访问。
数据类型 字符串
默认值
允许的值
参数类型 只读的
Documentation debug_io_direct

debug_logical_replication_streaming

Attribute 价值
类别 开发人员选项
Description 强制在大型事务中立即进行流式传输或序列化更改。 在发布服务器上,它允许对逻辑解码中的每个更改进行流式处理或序列化。 在订阅者一侧,它允许对文件的所有更改进行序列化,并通知并行应用工作者在事务结束时读取并应用这些更改。
数据类型 set
默认值 buffered
允许的值 buffered
参数类型 只读的
Documentation 调试逻辑复制流

debug_parallel_query

Attribute 价值
类别 开发人员选项
Description 强制使用并行查询工具。
数据类型 枚举
默认值 off
允许的值 off,on,regress
参数类型 dynamic
Documentation debug_parallel_query

ignore_checksum_failure

Attribute 价值
类别 开发人员选项
Description 在校验和故障后继续处理。
数据类型 布尔
默认值 off
允许的值 off
参数类型 只读的
Documentation ignore_checksum_failure

忽略无效页面

Attribute 价值
类别 开发人员选项
Description 在页面无效故障后继续恢复。
数据类型 布尔
默认值 off
允许的值 off
参数类型 只读的
Documentation ignore_invalid_pages

忽略系统索引

Attribute 价值
类别 开发人员选项
Description 禁止读取系统索引。
数据类型 布尔
默认值 off
允许的值 off
参数类型 只读的
Documentation ignore_system_indexes

jit_debugging_support

Attribute 价值
类别 开发人员选项
Description 向调试程序注册 JIT 编译的函数。
数据类型 布尔
默认值 off
允许的值 off
参数类型 只读的
Documentation jit_debugging_support

jit_dump_bitcode

Attribute 价值
类别 开发人员选项
Description 写出 LLVM Bitcode 以方便 JIT 调试。
数据类型 布尔
默认值 off
允许的值 off
参数类型 只读的
Documentation jit_dump_bitcode

jit_expressions

Attribute 价值
类别 开发人员选项
Description 允许 JIT 编译表达式。
数据类型 布尔
默认值 on
允许的值 on
参数类型 只读的
Documentation jit_expressions

jit_profiling_support

Attribute 价值
类别 开发人员选项
Description 向性能探查器注册 JIT 编译的函数。
数据类型 布尔
默认值 off
允许的值 off
参数类型 只读的
Documentation jit_profiling_support

jit_tuple_deforming

Attribute 价值
类别 开发人员选项
Description 允许 JIT 编译元组变形。
数据类型 布尔
默认值 on
允许的值 on
参数类型 只读的
Documentation jit_tuple_deforming

post_auth_delay

Attribute 价值
类别 开发人员选项
Description 设置在连接启动时进行身份验证之后等待的时间长度。
数据类型 整数
默认值 0
允许的值 0
参数类型 只读的
Documentation post_auth_delay

pre_auth_delay

Attribute 价值
类别 开发人员选项
Description 设置在连接启动时进行身份验证之前等待的时间长度。
数据类型 整数
默认值 0
允许的值 0
参数类型 只读的
Documentation pre_auth_delay

崩溃后删除临时文件

Attribute 价值
类别 开发人员选项
Description 在后端崩溃后删除临时文件。
数据类型 布尔
默认值 on
允许的值 on
参数类型 只读的
Documentation 在崩溃后删除临时文件

send_abort_for_crash

Attribute 价值
类别 开发人员选项
Description 在后端崩溃后,将 SIGABRT 而不是 SIGQUIT 发送到子进程。
数据类型 布尔
默认值 off
允许的值 off
参数类型 只读的
Documentation send_abort_for_crash

send_abort_for_kill

Attribute 价值
类别 开发人员选项
Description 将 SIGABRT 而不是 SIGKILL 发送到停滞的子进程。
数据类型 布尔
默认值 off
允许的值 off
参数类型 只读的
Documentation send_abort_for_kill

trace_connection_negotiation

Attribute 价值
类别 开发人员选项
Description 记录预身份验证连接握手的详细信息。
数据类型 布尔
默认值 off
允许的值 off
参数类型 只读的
Documentation trace_connection_negotiation

trace_notify

Attribute 价值
类别 开发人员选项
Description 为 LISTEN 和 NOTIFY 生成调试输出。
数据类型 布尔
默认值 off
允许的值 off
参数类型 只读的
Documentation trace_notify

trace_sort

Attribute 价值
类别 开发人员选项
Description 发出有关排序中资源使用情况的信息。
数据类型 布尔
默认值 off
允许的值 off
参数类型 只读的
Documentation trace_sort

wal_consistency_checking

Attribute 价值
类别 开发人员选项
Description 设置执行 WAL 一致性检查的 WAL 资源管理器。
数据类型 字符串
默认值
允许的值
参数类型 只读的
Documentation wal_consistency_checking

zero_damaged_pages

Attribute 价值
类别 开发人员选项
Description 继续处理已损坏的页眉。
数据类型 布尔
默认值 off
允许的值 off
参数类型 只读的
Documentation zero_damaged_pages

allow_in_place_tablespaces

Attribute 价值
类别 开发人员选项
Description 允许直接位于 pg_tblspc 内的表空间进行测试。
数据类型 布尔
默认值 off
允许的值 off
参数类型 只读的
Documentation allow_in_place_tablespaces

allow_system_table_mods

Attribute 价值
类别 开发人员选项
Description 允许修改系统表的结构。
数据类型 布尔
默认值 off
允许的值 off
参数类型 只读的
Documentation allow_system_table_mods

backtrace_functions

Attribute 价值
类别 开发人员选项
Description 记录对这些函数中错误的回溯。
数据类型 字符串
默认值
允许的值
参数类型 只读的
Documentation backtrace_functions

debug_discard_caches

Attribute 价值
类别 开发人员选项
Description 出于调试目的,主动刷新系统缓存。
数据类型 整数
默认值 0
允许的值 0
参数类型 只读的
Documentation debug_discard_caches

debug_io_direct

Attribute 价值
类别 开发人员选项
Description 使用直接 I/O 进行文件访问。
数据类型 字符串
默认值
允许的值
参数类型 只读的
Documentation debug_io_direct

debug_logical_replication_streaming

Attribute 价值
类别 开发人员选项
Description 强制在大型事务中立即进行流式传输或序列化更改。 在发布服务器上,它允许对逻辑解码中的每个更改进行流式处理或序列化。 在订阅者一侧,它允许对文件的所有更改进行序列化,并通知并行应用工作者在事务结束时读取并应用这些更改。
数据类型 set
默认值 buffered
允许的值 buffered
参数类型 只读的
Documentation 调试逻辑复制流

debug_parallel_query

Attribute 价值
类别 开发人员选项
Description 强制使用并行查询工具。
数据类型 枚举
默认值 off
允许的值 off,on,regress
参数类型 dynamic
Documentation debug_parallel_query

ignore_checksum_failure

Attribute 价值
类别 开发人员选项
Description 在校验和故障后继续处理。
数据类型 布尔
默认值 off
允许的值 off
参数类型 只读的
Documentation ignore_checksum_failure

忽略无效页面

Attribute 价值
类别 开发人员选项
Description 在页面无效故障后继续恢复。
数据类型 布尔
默认值 off
允许的值 off
参数类型 只读的
Documentation ignore_invalid_pages

忽略系统索引

Attribute 价值
类别 开发人员选项
Description 禁止读取系统索引。
数据类型 布尔
默认值 off
允许的值 off
参数类型 只读的
Documentation ignore_system_indexes

jit_debugging_support

Attribute 价值
类别 开发人员选项
Description 向调试程序注册 JIT 编译的函数。
数据类型 布尔
默认值 off
允许的值 off
参数类型 只读的
Documentation jit_debugging_support

jit_dump_bitcode

Attribute 价值
类别 开发人员选项
Description 写出 LLVM Bitcode 以方便 JIT 调试。
数据类型 布尔
默认值 off
允许的值 off
参数类型 只读的
Documentation jit_dump_bitcode

jit_expressions

Attribute 价值
类别 开发人员选项
Description 允许 JIT 编译表达式。
数据类型 布尔
默认值 on
允许的值 on
参数类型 只读的
Documentation jit_expressions

jit_profiling_support

Attribute 价值
类别 开发人员选项
Description 向性能探查器注册 JIT 编译的函数。
数据类型 布尔
默认值 off
允许的值 off
参数类型 只读的
Documentation jit_profiling_support

jit_tuple_deforming

Attribute 价值
类别 开发人员选项
Description 允许 JIT 编译元组变形。
数据类型 布尔
默认值 on
允许的值 on
参数类型 只读的
Documentation jit_tuple_deforming

post_auth_delay

Attribute 价值
类别 开发人员选项
Description 设置在连接启动时进行身份验证之后等待的时间长度。
数据类型 整数
默认值 0
允许的值 0
参数类型 只读的
Documentation post_auth_delay

pre_auth_delay

Attribute 价值
类别 开发人员选项
Description 设置在连接启动时进行身份验证之前等待的时间长度。
数据类型 整数
默认值 0
允许的值 0
参数类型 只读的
Documentation pre_auth_delay

崩溃后删除临时文件

Attribute 价值
类别 开发人员选项
Description 在后端崩溃后删除临时文件。
数据类型 布尔
默认值 on
允许的值 on
参数类型 只读的
Documentation 在崩溃后删除临时文件

send_abort_for_crash

Attribute 价值
类别 开发人员选项
Description 在后端崩溃后,将 SIGABRT 而不是 SIGQUIT 发送到子进程。
数据类型 布尔
默认值 off
允许的值 off
参数类型 只读的
Documentation send_abort_for_crash

send_abort_for_kill

Attribute 价值
类别 开发人员选项
Description 将 SIGABRT 而不是 SIGKILL 发送到停滞的子进程。
数据类型 布尔
默认值 off
允许的值 off
参数类型 只读的
Documentation send_abort_for_kill

trace_notify

Attribute 价值
类别 开发人员选项
Description 为 LISTEN 和 NOTIFY 生成调试输出。
数据类型 布尔
默认值 off
允许的值 off
参数类型 只读的
Documentation trace_notify

trace_recovery_messages

Attribute 价值
类别 开发人员选项
Description 启用与恢复相关的调试信息的日志记录。
数据类型 枚举
默认值 log
允许的值 log
参数类型 只读的
Documentation trace_recovery_messages

trace_sort

Attribute 价值
类别 开发人员选项
Description 发出有关排序中资源使用情况的信息。
数据类型 布尔
默认值 off
允许的值 off
参数类型 只读的
Documentation trace_sort

wal_consistency_checking

Attribute 价值
类别 开发人员选项
Description 设置执行 WAL 一致性检查的 WAL 资源管理器。
数据类型 字符串
默认值
允许的值
参数类型 只读的
Documentation wal_consistency_checking

zero_damaged_pages

Attribute 价值
类别 开发人员选项
Description 继续处理已损坏的页眉。
数据类型 布尔
默认值 off
允许的值 off
参数类型 只读的
Documentation zero_damaged_pages

allow_in_place_tablespaces

Attribute 价值
类别 开发人员选项
Description 允许直接位于 pg_tblspc 内的表空间进行测试。
数据类型 布尔
默认值 off
允许的值 off
参数类型 只读的
Documentation allow_in_place_tablespaces

allow_system_table_mods

Attribute 价值
类别 开发人员选项
Description 允许修改系统表的结构。
数据类型 布尔
默认值 off
允许的值 off
参数类型 只读的
Documentation allow_system_table_mods

backtrace_functions

Attribute 价值
类别 开发人员选项
Description 记录对这些函数中错误的回溯。
数据类型 字符串
默认值
允许的值
参数类型 只读的
Documentation backtrace_functions

debug_discard_caches

Attribute 价值
类别 开发人员选项
Description 出于调试目的,主动刷新系统缓存。
数据类型 整数
默认值 0
允许的值 0
参数类型 只读的
Documentation debug_discard_caches

force_parallel_mode

Attribute 价值
类别 开发人员选项
Description 强制使用并行查询工具。
数据类型 枚举
默认值 off
允许的值 off,on,regress
参数类型 dynamic
Documentation force_parallel_mode

ignore_checksum_failure

Attribute 价值
类别 开发人员选项
Description 在校验和故障后继续处理。
数据类型 布尔
默认值 off
允许的值 off
参数类型 只读的
Documentation ignore_checksum_failure

忽略无效页面

Attribute 价值
类别 开发人员选项
Description 在页面无效故障后继续恢复。
数据类型 布尔
默认值 off
允许的值 off
参数类型 只读的
Documentation ignore_invalid_pages

忽略系统索引

Attribute 价值
类别 开发人员选项
Description 禁止读取系统索引。
数据类型 布尔
默认值 off
允许的值 off
参数类型 只读的
Documentation ignore_system_indexes

jit_debugging_support

Attribute 价值
类别 开发人员选项
Description 向调试程序注册 JIT 编译的函数。
数据类型 布尔
默认值 off
允许的值 off
参数类型 只读的
Documentation jit_debugging_support

jit_dump_bitcode

Attribute 价值
类别 开发人员选项
Description 写出 LLVM Bitcode 以方便 JIT 调试。
数据类型 布尔
默认值 off
允许的值 off
参数类型 只读的
Documentation jit_dump_bitcode

jit_expressions

Attribute 价值
类别 开发人员选项
Description 允许 JIT 编译表达式。
数据类型 布尔
默认值 on
允许的值 on
参数类型 只读的
Documentation jit_expressions

jit_profiling_support

Attribute 价值
类别 开发人员选项
Description 向性能探查器注册 JIT 编译的函数。
数据类型 布尔
默认值 off
允许的值 off
参数类型 只读的
Documentation jit_profiling_support

jit_tuple_deforming

Attribute 价值
类别 开发人员选项
Description 允许 JIT 编译元组变形。
数据类型 布尔
默认值 on
允许的值 on
参数类型 只读的
Documentation jit_tuple_deforming

post_auth_delay

Attribute 价值
类别 开发人员选项
Description 设置在连接启动时进行身份验证之后等待的时间长度。
数据类型 整数
默认值 0
允许的值 0
参数类型 只读的
Documentation post_auth_delay

pre_auth_delay

Attribute 价值
类别 开发人员选项
Description 设置在连接启动时进行身份验证之前等待的时间长度。
数据类型 整数
默认值 0
允许的值 0
参数类型 只读的
Documentation pre_auth_delay

trace_notify

Attribute 价值
类别 开发人员选项
Description 为 LISTEN 和 NOTIFY 生成调试输出。
数据类型 布尔
默认值 off
允许的值 off
参数类型 只读的
Documentation trace_notify

trace_recovery_messages

Attribute 价值
类别 开发人员选项
Description 启用与恢复相关的调试信息的日志记录。
数据类型 枚举
默认值 log
允许的值 log
参数类型 只读的
Documentation trace_recovery_messages

trace_sort

Attribute 价值
类别 开发人员选项
Description 发出有关排序中资源使用情况的信息。
数据类型 布尔
默认值 off
允许的值 off
参数类型 只读的
Documentation trace_sort

wal_consistency_checking

Attribute 价值
类别 开发人员选项
Description 设置执行 WAL 一致性检查的 WAL 资源管理器。
数据类型 字符串
默认值
允许的值
参数类型 只读的
Documentation wal_consistency_checking

zero_damaged_pages

Attribute 价值
类别 开发人员选项
Description 继续处理已损坏的页眉。
数据类型 布尔
默认值 off
允许的值 off
参数类型 只读的
Documentation zero_damaged_pages

allow_in_place_tablespaces

Attribute 价值
类别 开发人员选项
Description 允许直接位于 pg_tblspc 内的表空间进行测试。
数据类型 布尔
默认值 off
允许的值 off
参数类型 只读的
Documentation allow_in_place_tablespaces

allow_system_table_mods

Attribute 价值
类别 开发人员选项
Description 允许修改系统表的结构。
数据类型 布尔
默认值 off
允许的值 off
参数类型 只读的
Documentation allow_system_table_mods

backtrace_functions

Attribute 价值
类别 开发人员选项
Description 记录对这些函数中错误的回溯。
数据类型 字符串
默认值
允许的值
参数类型 只读的
Documentation backtrace_functions

debug_discard_caches

Attribute 价值
类别 开发人员选项
Description 出于调试目的,主动刷新系统缓存。
数据类型 整数
默认值 0
允许的值 0
参数类型 只读的
Documentation debug_discard_caches

force_parallel_mode

Attribute 价值
类别 开发人员选项
Description 强制使用并行查询工具。
数据类型 枚举
默认值 off
允许的值 off,on,regress
参数类型 dynamic
Documentation force_parallel_mode

ignore_checksum_failure

Attribute 价值
类别 开发人员选项
Description 在校验和故障后继续处理。
数据类型 布尔
默认值 off
允许的值 off
参数类型 只读的
Documentation ignore_checksum_failure

忽略无效页面

Attribute 价值
类别 开发人员选项
Description 在页面无效故障后继续恢复。
数据类型 布尔
默认值 off
允许的值 off
参数类型 只读的
Documentation ignore_invalid_pages

忽略系统索引

Attribute 价值
类别 开发人员选项
Description 禁止读取系统索引。
数据类型 布尔
默认值 off
允许的值 off
参数类型 只读的
Documentation ignore_system_indexes

jit_debugging_support

Attribute 价值
类别 开发人员选项
Description 向调试程序注册 JIT 编译的函数。
数据类型 布尔
默认值 off
允许的值 off
参数类型 只读的
Documentation jit_debugging_support

jit_dump_bitcode

Attribute 价值
类别 开发人员选项
Description 写出 LLVM Bitcode 以方便 JIT 调试。
数据类型 布尔
默认值 off
允许的值 off
参数类型 只读的
Documentation jit_dump_bitcode

jit_expressions

Attribute 价值
类别 开发人员选项
Description 允许 JIT 编译表达式。
数据类型 布尔
默认值 on
允许的值 on
参数类型 只读的
Documentation jit_expressions

jit_profiling_support

Attribute 价值
类别 开发人员选项
Description 向性能探查器注册 JIT 编译的函数。
数据类型 布尔
默认值 off
允许的值 off
参数类型 只读的
Documentation jit_profiling_support

jit_tuple_deforming

Attribute 价值
类别 开发人员选项
Description 允许 JIT 编译元组变形。
数据类型 布尔
默认值 on
允许的值 on
参数类型 只读的
Documentation jit_tuple_deforming

post_auth_delay

Attribute 价值
类别 开发人员选项
Description 身份验证后,在连接启动时等待 N 秒。
数据类型 整数
默认值 0
允许的值 0
参数类型 只读的
Documentation post_auth_delay

pre_auth_delay

Attribute 价值
类别 开发人员选项
Description 身份验证前,在连接启动时等待 N 秒。
数据类型 整数
默认值 0
允许的值 0
参数类型 只读的
Documentation pre_auth_delay

崩溃后删除临时文件

Attribute 价值
类别 开发人员选项
Description 在后端崩溃后删除临时文件。
数据类型 布尔
默认值 on
允许的值 on
参数类型 只读的
Documentation

trace_notify

Attribute 价值
类别 开发人员选项
Description 为 LISTEN 和 NOTIFY 生成调试输出。
数据类型 布尔
默认值 off
允许的值 off
参数类型 只读的
Documentation trace_notify

trace_recovery_messages

Attribute 价值
类别 开发人员选项
Description 启用与恢复相关的调试信息的日志记录。
数据类型 枚举
默认值 log
允许的值 log
参数类型 只读的
Documentation trace_recovery_messages

trace_sort

Attribute 价值
类别 开发人员选项
Description 发出有关排序中资源使用情况的信息。
数据类型 布尔
默认值 off
允许的值 off
参数类型 只读的
Documentation trace_sort

wal_consistency_checking

Attribute 价值
类别 开发人员选项
Description 设置执行 WAL 一致性检查的 WAL 资源管理器。
数据类型 字符串
默认值
允许的值
参数类型 只读的
Documentation wal_consistency_checking

zero_damaged_pages

Attribute 价值
类别 开发人员选项
Description 继续处理已损坏的页眉。
数据类型 布尔
默认值 off
允许的值 off
参数类型 只读的
Documentation zero_damaged_pages

allow_in_place_tablespaces

Attribute 价值
类别 开发人员选项
Description 允许直接位于 pg_tblspc 内的表空间进行测试。
数据类型 布尔
默认值 off
允许的值 off
参数类型 只读的
Documentation allow_in_place_tablespaces

allow_system_table_mods

Attribute 价值
类别 开发人员选项
Description 允许修改系统表的结构。
数据类型 布尔
默认值 off
允许的值 off
参数类型 只读的
Documentation allow_system_table_mods

backtrace_functions

Attribute 价值
类别 开发人员选项
Description 记录对这些函数中错误的回溯。
数据类型 字符串
默认值
允许的值
参数类型 只读的
Documentation backtrace_functions

force_parallel_mode

Attribute 价值
类别 开发人员选项
Description 强制使用并行查询工具。
数据类型 枚举
默认值 off
允许的值 off,on,regress
参数类型 dynamic
Documentation force_parallel_mode

ignore_checksum_failure

Attribute 价值
类别 开发人员选项
Description 在校验和故障后继续处理。
数据类型 布尔
默认值 off
允许的值 off
参数类型 只读的
Documentation ignore_checksum_failure

忽略无效页面

Attribute 价值
类别 开发人员选项
Description 在页面无效故障后继续恢复。
数据类型 布尔
默认值 off
允许的值 off
参数类型 只读的
Documentation ignore_invalid_pages

忽略系统索引

Attribute 价值
类别 开发人员选项
Description 禁止读取系统索引。
数据类型 布尔
默认值 off
允许的值 off
参数类型 只读的
Documentation ignore_system_indexes

jit_debugging_support

Attribute 价值
类别 开发人员选项
Description 向调试器注册 JIT 编译的函数。
数据类型 布尔
默认值 off
允许的值 off
参数类型 只读的
Documentation jit_debugging_support

jit_dump_bitcode

Attribute 价值
类别 开发人员选项
Description 写出 LLVM Bitcode 以方便 JIT 调试。
数据类型 布尔
默认值 off
允许的值 off
参数类型 只读的
Documentation jit_dump_bitcode

jit_expressions

Attribute 价值
类别 开发人员选项
Description 允许 JIT 编译表达式。
数据类型 布尔
默认值 on
允许的值 on
参数类型 只读的
Documentation jit_expressions

jit_profiling_support

Attribute 价值
类别 开发人员选项
Description 向性能探查器注册 JIT 编译的函数。
数据类型 布尔
默认值 off
允许的值 off
参数类型 只读的
Documentation jit_profiling_support

jit_tuple_deforming

Attribute 价值
类别 开发人员选项
Description 允许 JIT 编译元组变形。
数据类型 布尔
默认值 on
允许的值 on
参数类型 只读的
Documentation jit_tuple_deforming

post_auth_delay

Attribute 价值
类别 开发人员选项
Description 身份验证后,在连接启动时等待 N 秒。
数据类型 整数
默认值 0
允许的值 0
参数类型 只读的
Documentation post_auth_delay

pre_auth_delay

Attribute 价值
类别 开发人员选项
Description 身份验证前,在连接启动时等待 N 秒。
数据类型 整数
默认值 0
允许的值 0
参数类型 只读的
Documentation pre_auth_delay

trace_notify

Attribute 价值
类别 开发人员选项
Description 为 LISTEN 和 NOTIFY 生成调试输出。
数据类型 布尔
默认值 off
允许的值 off
参数类型 只读的
Documentation trace_notify

trace_recovery_messages

Attribute 价值
类别 开发人员选项
Description 启用与恢复相关的调试信息的日志记录。
数据类型 枚举
默认值 log
允许的值 log
参数类型 只读的
Documentation trace_recovery_messages

trace_sort

Attribute 价值
类别 开发人员选项
Description 发出有关排序中资源使用情况的信息。
数据类型 布尔
默认值 off
允许的值 off
参数类型 只读的
Documentation trace_sort

wal_consistency_checking

Attribute 价值
类别 开发人员选项
Description 设置执行 WAL 一致性检查的 WAL 资源管理器。
数据类型 字符串
默认值
允许的值
参数类型 只读的
Documentation wal_consistency_checking

zero_damaged_pages

Attribute 价值
类别 开发人员选项
Description 继续处理已损坏的页眉。
数据类型 布尔
默认值 off
允许的值 off
参数类型 只读的
Documentation zero_damaged_pages

allow_in_place_tablespaces

Attribute 价值
类别 开发人员选项
Description 允许直接位于 pg_tblspc 内的表空间进行测试。
数据类型 布尔
默认值 off
允许的值 off
参数类型 只读的
Documentation allow_in_place_tablespaces

allow_system_table_mods

Attribute 价值
类别 开发人员选项
Description 允许修改系统表的结构。
数据类型 布尔
默认值 off
允许的值 off
参数类型 只读的
Documentation allow_system_table_mods

force_parallel_mode

Attribute 价值
类别 开发人员选项
Description 强制使用并行查询工具。
数据类型 枚举
默认值 off
允许的值 off,on,regress
参数类型 dynamic
Documentation force_parallel_mode

ignore_checksum_failure

Attribute 价值
类别 开发人员选项
Description 在校验和故障后继续处理。
数据类型 布尔
默认值 off
允许的值 off
参数类型 只读的
Documentation ignore_checksum_failure

忽略系统索引

Attribute 价值
类别 开发人员选项
Description 禁止读取系统索引。
数据类型 布尔
默认值 off
允许的值 off
参数类型 只读的
Documentation ignore_system_indexes

jit_debugging_support

Attribute 价值
类别 开发人员选项
Description 向调试器注册 JIT 编译的函数。
数据类型 布尔
默认值 off
允许的值 off
参数类型 只读的
Documentation jit_debugging_support

jit_dump_bitcode

Attribute 价值
类别 开发人员选项
Description 写出 LLVM Bitcode 以方便 JIT 调试。
数据类型 布尔
默认值 off
允许的值 off
参数类型 只读的
Documentation jit_dump_bitcode

jit_expressions

Attribute 价值
类别 开发人员选项
Description 允许 JIT 编译表达式。
数据类型 布尔
默认值 on
允许的值 on
参数类型 只读的
Documentation jit_expressions

jit_profiling_support

Attribute 价值
类别 开发人员选项
Description 向性能探查器注册 JIT 编译的函数。
数据类型 布尔
默认值 off
允许的值 off
参数类型 只读的
Documentation jit_profiling_support

jit_tuple_deforming

Attribute 价值
类别 开发人员选项
Description 允许 JIT 编译元组变形。
数据类型 布尔
默认值 on
允许的值 on
参数类型 只读的
Documentation jit_tuple_deforming

post_auth_delay

Attribute 价值
类别 开发人员选项
Description 身份验证后,在连接启动时等待 N 秒。
数据类型 整数
默认值 0
允许的值 0
参数类型 只读的
Documentation post_auth_delay

pre_auth_delay

Attribute 价值
类别 开发人员选项
Description 身份验证前,在连接启动时等待 N 秒。
数据类型 整数
默认值 0
允许的值 0
参数类型 只读的
Documentation pre_auth_delay

trace_notify

Attribute 价值
类别 开发人员选项
Description 为 LISTEN 和 NOTIFY 生成调试输出。
数据类型 布尔
默认值 off
允许的值 off
参数类型 只读的
Documentation trace_notify

trace_recovery_messages

Attribute 价值
类别 开发人员选项
Description 启用与恢复相关的调试信息的日志记录。
数据类型 枚举
默认值 log
允许的值 log
参数类型 只读的
Documentation trace_recovery_messages

trace_sort

Attribute 价值
类别 开发人员选项
Description 发出有关排序中资源使用情况的信息。
数据类型 布尔
默认值 off
允许的值 off
参数类型 只读的
Documentation trace_sort

wal_consistency_checking

Attribute 价值
类别 开发人员选项
Description 设置执行 WAL 一致性检查的 WAL 资源管理器。
数据类型 字符串
默认值
允许的值
参数类型 只读的
Documentation wal_consistency_checking

zero_damaged_pages

Attribute 价值
类别 开发人员选项
Description 继续处理已损坏的页眉。
数据类型 布尔
默认值 off
允许的值 off
参数类型 只读的
Documentation zero_damaged_pages

allow_in_place_tablespaces

Attribute 价值
类别 开发人员选项
Description 允许直接位于 pg_tblspc 内的表空间进行测试。
数据类型 布尔
默认值 off
允许的值 off
参数类型 只读的
Documentation allow_in_place_tablespaces

allow_system_table_mods

Attribute 价值
类别 开发人员选项
Description 允许修改系统表的结构。
数据类型 布尔
默认值 off
允许的值 off
参数类型 只读的
Documentation allow_system_table_mods

force_parallel_mode

Attribute 价值
类别 开发人员选项
Description 强制使用并行查询工具。
数据类型 枚举
默认值 off
允许的值 off,on,regress
参数类型 dynamic
Documentation force_parallel_mode

ignore_checksum_failure

Attribute 价值
类别 开发人员选项
Description 在校验和故障后继续处理。
数据类型 布尔
默认值 off
允许的值 off
参数类型 只读的
Documentation ignore_checksum_failure

忽略系统索引

Attribute 价值
类别 开发人员选项
Description 禁止读取系统索引。
数据类型 布尔
默认值 off
允许的值 off
参数类型 只读的
Documentation ignore_system_indexes

jit_debugging_support

Attribute 价值
类别 开发人员选项
Description 向调试器注册 JIT 编译的函数。
数据类型 布尔
默认值 off
允许的值 off
参数类型 只读的
Documentation jit_debugging_support

jit_dump_bitcode

Attribute 价值
类别 开发人员选项
Description 写出 LLVM Bitcode 以方便 JIT 调试。
数据类型 布尔
默认值 off
允许的值 off
参数类型 只读的
Documentation jit_dump_bitcode

jit_expressions

Attribute 价值
类别 开发人员选项
Description 允许 JIT 编译表达式。
数据类型 布尔
默认值 on
允许的值 on
参数类型 只读的
Documentation jit_expressions

jit_profiling_support

Attribute 价值
类别 开发人员选项
Description 向性能探查器注册 JIT 编译的函数。
数据类型 布尔
默认值 off
允许的值 off
参数类型 只读的
Documentation jit_profiling_support

jit_tuple_deforming

Attribute 价值
类别 开发人员选项
Description 允许 JIT 编译元组变形。
数据类型 布尔
默认值 on
允许的值 on
参数类型 只读的
Documentation jit_tuple_deforming

post_auth_delay

Attribute 价值
类别 开发人员选项
Description 身份验证后,在连接启动时等待 N 秒。
数据类型 整数
默认值 0
允许的值 0
参数类型 只读的
Documentation post_auth_delay

pre_auth_delay

Attribute 价值
类别 开发人员选项
Description 身份验证前,在连接启动时等待 N 秒。
数据类型 整数
默认值 0
允许的值 0
参数类型 只读的
Documentation pre_auth_delay

trace_notify

Attribute 价值
类别 开发人员选项
Description 为 LISTEN 和 NOTIFY 生成调试输出。
数据类型 布尔
默认值 off
允许的值 off
参数类型 只读的
Documentation trace_notify

trace_recovery_messages

Attribute 价值
类别 开发人员选项
Description 启用与恢复相关的调试信息的日志记录。
数据类型 枚举
默认值 log
允许的值 log
参数类型 只读的
Documentation trace_recovery_messages

trace_sort

Attribute 价值
类别 开发人员选项
Description 发出有关排序中资源使用情况的信息。
数据类型 布尔
默认值 off
允许的值 off
参数类型 只读的
Documentation trace_sort

wal_consistency_checking

Attribute 价值
类别 开发人员选项
Description 设置执行 WAL 一致性检查的 WAL 资源管理器。
数据类型 字符串
默认值
允许的值
参数类型 只读的
Documentation wal_consistency_checking

zero_damaged_pages

Attribute 价值
类别 开发人员选项
Description 继续处理已损坏的页眉。
数据类型 布尔
默认值 off
允许的值 off
参数类型 只读的
Documentation zero_damaged_pages