postgres數(shù)據(jù)庫配置文件詳解

allow_system_table_modsAllows modifications of the   structure of system tables.允許修改系統(tǒng)表的結(jié)構(gòu)。
application_nameSets the application name to be   reported in statistics and logs.設(shè)置要在統(tǒng)計和日志中報告的應(yīng)用程序名稱。
archive_commandSets the shell command that will   be called to archive a WAL file.設(shè)置將調(diào)用的命令來歸檔一個文件。
archive_modeAllows archiving of WAL files   using archive_command.允許使用archive_command WAL文件歸檔。
archive_timeoutForces a switch to the next xlog   file if a new file has not been started within N seconds.強制切換到下一個文件,如果一個新Xlog文件尚未在N秒開始。
array_nullsEnable input of NULL elements in   arrays.啟用數(shù)組中null元素的輸入。
authentication_timeoutSets the maximum allowed time to   complete client authentication.設(shè)置完成客戶端身份驗證的最大允許時間。
autovacuumStarts the autovacuum   subprocess.開始autovacuum子。
autovacuum_analyze_scale_factorNumber of tuple inserts,   updates, or deletes prior to analyze as a fraction of reltuples.元組的插入、更新或刪除數(shù),分析作為reltuples分數(shù)之前。
autovacuum_analyze_thresholdMinimum number of tuple inserts,   updates, or deletes prior to analyze.在分析之前插入、更新或刪除的最小元組數(shù)。
autovacuum_freeze_max_ageAge at which to autovacuum a   table to prevent transaction ID wraparound.年齡在autovacuum表以防止事務(wù)ID的概括。
autovacuum_max_workersSets the maximum number of   simultaneously running autovacuum worker processes.組同時運行autovacuum工人最大進程數(shù)。
autovacuum_naptimeTime to sleep between autovacuum   runs.睡覺的時間autovacuum之間運行。
autovacuum_vacuum_cost_delayVacuum cost delay in   milliseconds, for autovacuum.真空成本延遲毫秒,對于autovacuum。
autovacuum_vacuum_cost_limitVacuum cost amount available   before napping, for autovacuum.真空成本金額可用午睡前后,為autovacuum。
autovacuum_vacuum_scale_factorNumber of tuple updates or   deletes prior to vacuum as a fraction of reltuples.一些元組更新或刪除reltuples真空作為一部分之前。
autovacuum_vacuum_thresholdMinimum number of tuple updates   or deletes prior to vacuum.在真空之前元組更新或刪除的最小數(shù)目。
backslash_quoteSets whether "\'" is   allowed in string literals.設(shè)置字符串文本中是否允許“\\”。
bgwriter_delayBackground writer sleep time   between rounds.背景作家輪間睡眠時間。
bgwriter_lru_maxpagesBackground writer maximum number   of LRU pages to flush per round.背景的作家最大數(shù)量的LRU頁面刷新每輪。
bgwriter_lru_multiplierMultiple of the average buffer   usage to free per round.平均緩沖區(qū)使用量的倍數(shù)為每輪免費。
block_sizeShows the size of a disk block.顯示磁盤塊的大小。
bonjourEnables advertising the server   via Bonjour.使廣告服務(wù)器通過卓悅。
bonjour_nameSets the Bonjour service name.集的Bonjour服務(wù)名稱。
bytea_outputSets the output format for   bytea.集bytea輸出格式。
check_function_bodiesCheck function bodies during   CREATE FUNCTION.在創(chuàng)建函數(shù)期間檢查函數(shù)體。
checkpoint_completion_targetTime spent flushing dirty   buffers during checkpoint, as fraction of checkpoint interval.在檢查點中清除臟緩沖區(qū)的時間,作為檢查點間隔的一部分。
checkpoint_segmentsSets the maximum distance in log   segments between automatic WAL checkpoints.設(shè)置自動檢查點之間的日志段的最大距離。
checkpoint_timeoutSets the maximum time between   automatic WAL checkpoints.設(shè)置自動檢查點之間的最大時間。
checkpoint_warningEnables warnings if checkpoint   segments are filled more frequently than this.如果檢查點段填充比此更頻繁,則啟用警告。
client_encodingSets the client's character set   encoding.設(shè)置客戶端的字符集編碼。
client_min_messagesSets the message levels that are   sent to the client.設(shè)置發(fā)送給客戶機的消息級別。
commit_delaySets the delay in microseconds   between transaction commit and flushing WAL to disk.在事務(wù)提交和刷新到磁盤之間設(shè)置延遲微秒。
commit_siblingsSets the minimum concurrent open   transactions before performing commit_delay.設(shè)置最小并發(fā)公開交易前執(zhí)行commit_delay。
config_fileSets the server's main   configuration file.設(shè)置服務(wù)器的主配置文件。
constraint_exclusionEnables the planner to use   constraints to optimize queries.使規(guī)劃人員能夠使用約束來優(yōu)化查詢。
cpu_index_tuple_costSets the planner's estimate of   the cost of processing each index entry during an index scan.在索引掃描期間設(shè)置計劃者對處理每個索引項的成本的估計值。
cpu_operator_costSets the planner's estimate of   the cost of processing each operator or function call.設(shè)置計劃者對每個操作員或函數(shù)調(diào)用處理成本的估計值。
cpu_tuple_costSets the planner's estimate of   the cost of processing each tuple (row).設(shè)置計劃程序處理每個元組(行)的成本的估計值。
cursor_tuple_fractionSets the planner's estimate of   the fraction of a cursor's rows that will be retrieved.設(shè)置要檢索的游標行的小數(shù)部分的計劃者的估計值。
data_directorySets the server's data   directory.設(shè)置服務(wù)器的數(shù)據(jù)目錄。
DateStyleSets the display format for date   and time values.設(shè)置日期和時間值的顯示格式。
db_user_namespaceEnables per-database user names.啟用每個數(shù)據(jù)庫用戶名。
deadlock_timeoutSets the time to wait on a lock   before checking for deadlock.在檢查死鎖之前設(shè)置等待鎖的時間。
debug_assertionsTurns on various assertion   checks.打開各種斷言檢查。
debug_pretty_printIndents parse and plan tree   displays.縮進的解析和計劃樹顯示。
debug_print_parseLogs each query's parse tree.記錄每個查詢的解析樹。
debug_print_planLogs each query's execution   plan.記錄每個查詢的執(zhí)行計劃。
debug_print_rewrittenLogs each query's rewritten   parse tree.記錄每個查詢重寫的解析樹。
default_statistics_targetSets the default statistics   target.設(shè)置默認統(tǒng)計目標。
default_tablespaceSets the default tablespace to   create tables and indexes in.設(shè)置默認表空間以創(chuàng)建表和索引。
default_text_search_configSets default text search   configuration.設(shè)置默認文本搜索配置。
default_transaction_deferrableSets the default deferrable   status of new transactions.套新事務(wù)的默認延遲狀態(tài)。
default_transaction_isolationSets the transaction isolation   level of each new transaction.設(shè)置每個新事務(wù)的事務(wù)隔離級別。
default_transaction_read_onlySets the default read-only   status of new transactions.設(shè)置新事務(wù)的默認只讀狀態(tài)。
default_with_oidsCreate new tables with OIDs by   default.創(chuàng)建新表時默認。
dynamic_library_pathSets the path for dynamically   loadable modules.設(shè)置動態(tài)可加載模塊的路徑。
effective_cache_sizeSets the planner's assumption   about the size of the disk cache.設(shè)置規(guī)劃程序關(guān)于磁盤緩存大小的假設(shè)。
effective_io_concurrencyNumber of simultaneous requests   that can be handled efficiently by the disk subsystem.磁盤子系統(tǒng)可以高效處理的同時請求數(shù)。
enable_bitmapscanEnables the planner's use of   bitmap-scan plans.使規(guī)劃人員使用位圖掃描計劃。
enable_hashaggEnables the planner's use of   hashed aggregation plans.使計劃使用哈希聚合計劃。
enable_hashjoinEnables the planner's use of   hash join plans.使計劃人員使用哈希連接計劃。
enable_indexonlyscanEnables the planner's use of   index-only-scan plans.使規(guī)劃人員只使用索引掃描計劃。
enable_indexscanEnables the planner's use of   index-scan plans.允許計劃人員使用索引掃描計劃。
enable_materialEnables the planner's use of   materialization.允許策劃者使用物化。
enable_mergejoinEnables the planner's use of   merge join plans.使計劃人員使用合并聯(lián)接計劃。
enable_nestloopEnables the planner's use of   nested-loop join plans.使策劃者能夠使用嵌套循環(huán)連接計劃。
enable_seqscanEnables the planner's use of   sequential-scan plans.使規(guī)劃人員使用順序掃描計劃。
enable_sortEnables the planner's use of   explicit sort steps.使規(guī)劃人員使用顯式排序步驟。
enable_tidscanEnables the planner's use of TID   scan plans.使計劃使用TID掃描計劃。
escape_string_warningWarn about backslash escapes in   ordinary string literals.警告在普通字符串中的反斜杠。
event_sourceSets the application name used   to identify PostgreSQL messages in the event log.設(shè)置用于確定在事件日志消息的應(yīng)用程序名稱PostgreSQL。
exit_on_errorTerminate session on any error.終止任何錯誤的會話。
external_pid_fileWrites the postmaster PID to the   specified file.將郵政局長PID寫入指定的文件。
extra_float_digitsSets the number of digits   displayed for floating-point values.設(shè)置顯示浮點值的位數(shù)。
from_collapse_limitSets the FROM-list size beyond   which subqueries are not collapsed.設(shè)置從列表的大小超過該子查詢不倒塌。
fsyncForces synchronization of   updates to disk.強制更新到磁盤的同步。
full_page_writesWrites full pages to WAL when   first modified after a checkpoint.在檢查點第一次修改后寫入完整的頁面。
geqoEnables genetic query   optimization.啟用遺傳查詢優(yōu)化。
geqo_effortGEQO: effort is used to set the   default for other GEQO parameters.geqo:努力是用來為其他geqo參數(shù)設(shè)置默認。
geqo_generationsGEQO: number of iterations of   the algorithm.geqo:算法的迭代次數(shù)。
geqo_pool_sizeGEQO: number of individuals in   the population.geqo:群體中的個體數(shù)。
geqo_seedGEQO: seed for random path   selection.geqo:種子隨機路徑選擇。
geqo_selection_biasGEQO: selective pressure within   the population.geqo:在人口壓力。
geqo_thresholdSets the threshold of FROM items   beyond which GEQO is used.設(shè)置閾值的物品之外,geqo使用。
gin_fuzzy_search_limitSets the maximum allowed result   for exact search by GIN.設(shè)置杜松子酒精確搜索的最大允許結(jié)果。
hba_fileSets the server's   "hba" configuration file.設(shè)置服務(wù)器的HBA配置文件。
hot_standbyAllows connections and queries   during recovery.允許恢復(fù)期間的連接和查詢。
hot_standby_feedbackAllows feedback from a hot   standby to the primary that will avoid query conflicts.允許來自熱備份的反饋到主,避免查詢沖突。
ident_fileSets the server's   "ident" configuration file.設(shè)置服務(wù)器的“識別”配置文件。
ignore_system_indexesDisables reading from system   indexes.禁用系統(tǒng)索引讀取。
integer_datetimesDatetimes are integer based.日期是基于整數(shù)。
IntervalStyleSets the display format for   interval values.設(shè)置區(qū)間值的顯示格式。
join_collapse_limitSets the FROM-list size beyond   which JOIN constructs are not flattened.設(shè)置從列表大小超出連接結(jié)構(gòu)不被壓扁。
krb_caseins_usersSets whether Kerberos and GSSAPI   user names should be treated as case-insensitive.設(shè)置是否和Kerberos GSSAPI用戶名應(yīng)該是不區(qū)分大小寫。
krb_server_keyfileSets the location of the   Kerberos server key file.設(shè)置Kerberos服務(wù)器密鑰文件的位置。
krb_srvnameSets the name of the Kerberos   service.設(shè)置Kerberos服務(wù)的名稱。
lc_collateShows the collation order   locale.顯示排序規(guī)則區(qū)域設(shè)置。
lc_ctypeShows the character   classification and case conversion locale.顯示字符分類和案例轉(zhuǎn)換區(qū)域設(shè)置。
lc_messagesSets the language in which   messages are displayed.設(shè)置顯示消息的語言。
lc_monetarySets the locale for formatting   monetary amounts.設(shè)置格式化貨幣金額的區(qū)域設(shè)置。
lc_numericSets the locale for formatting   numbers.設(shè)置格式化數(shù)字的區(qū)域設(shè)置。
lc_timeSets the locale for formatting   date and time values.設(shè)置格式化日期和時間值的區(qū)域設(shè)置。
listen_addressesSets the host name or IP   address(es) to listen to.設(shè)置主機名或IP地址(ES)以監(jiān)聽。
lo_compat_privilegesEnables backward compatibility   mode for privilege checks on large objects.允許對大型對象進行特權(quán)檢查的向后兼容性模式。
local_preload_librariesLists shared libraries to   preload into each backend.列出預(yù)加載到每個后端的共享庫。
log_autovacuum_min_durationSets the minimum execution time   above which autovacuum actions will be logged.集的最小執(zhí)行時間上autovacuum行為將被記錄。
log_checkpointsLogs each checkpoint.記錄每個檢查點。
log_connectionsLogs each successful connection.記錄每個成功連接。
log_destinationSets the destination for server   log output.設(shè)置服務(wù)器日志輸出的目的地。
log_directorySets the destination directory   for log files.設(shè)置日志文件的目標目錄。
log_disconnectionsLogs end of a session, including   duration.記錄會話結(jié)束,包括持續(xù)時間。
log_durationLogs the duration of each   completed SQL statement.記錄每個已完成SQL語句的持續(xù)時間。
log_error_verbositySets the verbosity of logged   messages.設(shè)置日志信息的冗長。
log_executor_statsWrites executor performance   statistics to the server log.將執(zhí)行器性能統(tǒng)計信息寫入服務(wù)器日志。
log_file_modeSets the file permissions for   log files.設(shè)置日志文件的文件權(quán)限。
log_filenameSets the file name pattern for   log files.設(shè)置日志文件的文件名模式。
log_hostnameLogs the host name in the   connection logs.在連接日志中記錄主機名。
log_line_prefixControls information prefixed to   each log line.控制信息到每個日志行前綴。
log_lock_waitsLogs long lock waits.記錄長鎖等待。
log_min_duration_statementSets the minimum execution time   above which statements will be logged.設(shè)置將記錄哪些語句的最低執(zhí)行時間。
log_min_error_statementCauses all statements generating   error at or above this level to be logged.使所有語句在該級別之上或高于該級別生成錯誤。
log_min_messagesSets the message levels that are   logged.設(shè)置記錄的消息級別。
log_parser_statsWrites parser performance   statistics to the server log.將分析器性能統(tǒng)計信息寫入服務(wù)器日志。
log_planner_statsWrites planner performance   statistics to the server log.將計劃性能統(tǒng)計信息寫入服務(wù)器日志。
log_rotation_ageAutomatic log file rotation will   occur after N minutes.自動日志文件輪換將在N分鐘后發(fā)生。
log_rotation_sizeAutomatic log file rotation will   occur after N kilobytes.日志文件自動旋轉(zhuǎn)后會發(fā)生N字節(jié)。
log_statementSets the type of statements   logged.設(shè)置記錄的語句的類型。
log_statement_statsWrites cumulative performance   statistics to the server log.將累積性能統(tǒng)計信息寫入服務(wù)器日志。
log_temp_filesLog the use of temporary files   larger than this number of kilobytes.日志使用臨時文件大于千字節(jié)數(shù)。
log_timezoneSets the time zone to use in log   messages.設(shè)置要在日志消息中使用的時區(qū)。
log_truncate_on_rotationTruncate existing log files of   same name during log rotation.在日志旋轉(zhuǎn)期間截斷現(xiàn)有的同名日志文件。
logging_collectorStart a subprocess to capture   stderr output and/or csvlogs into log files.啟動子捕獲stderr輸出和/或csvlogs寫入日志文件。
maintenance_work_memSets the maximum memory to be   used for maintenance operations.設(shè)置用于維護操作的最大內(nèi)存。
max_connectionsSets the maximum number of   concurrent connections.設(shè)置并發(fā)連接的最大數(shù)量。
max_files_per_processSets the maximum number of   simultaneously open files for each server process.為每個服務(wù)器進程設(shè)置同時打開文件的最大數(shù)量。
max_function_argsShows the maximum number of   function arguments.顯示函數(shù)參數(shù)的最大數(shù)目。
max_identifier_lengthShows the maximum identifier   length.顯示最大標識符長度。
max_index_keysShows the maximum number of   index keys.顯示索引鍵的最大數(shù)目。
max_locks_per_transactionSets the maximum number of locks   per transaction.設(shè)置每個事務(wù)的最大鎖數(shù)。
max_pred_locks_per_transactionSets the maximum number of   predicate locks per transaction.設(shè)置每個事務(wù)的最大謂詞鎖數(shù)。
max_prepared_transactionsSets the maximum number of   simultaneously prepared transactions.設(shè)置同時準備的事務(wù)的最大數(shù)目。
max_stack_depthSets the maximum stack depth, in   kilobytes.設(shè)置最大堆棧深度,以千字節(jié)為單位。
max_standby_archive_delaySets the maximum delay before   canceling queries when a hot standby server is processing archived WAL data.設(shè)置熱備份服務(wù)器正在處理歸檔的數(shù)據(jù)時取消查詢之前的最大延遲。
max_standby_streaming_delaySets the maximum delay before   canceling queries when a hot standby server is processing streamed WAL data.設(shè)置熱備份服務(wù)器處理流式數(shù)據(jù)時,取消查詢之前的最大延遲。
max_wal_sendersSets the maximum number of   simultaneously running WAL sender processes.設(shè)置同時運行的發(fā)送進程的最大數(shù)目。
password_encryptionEncrypt passwords.加密的密碼。
pg_stat_statements.maxSets the maximum number of   statements tracked by pg_stat_statements.設(shè)置跟蹤pg_stat_statements語句的最大數(shù)量。
pg_stat_statements.saveSave pg_stat_statements   statistics across server shutdowns.保存在服務(wù)器停機pg_stat_statements統(tǒng)計。
pg_stat_statements.trackSelects which statements are   tracked by pg_stat_statements.選擇哪個陳述是被pg_stat_statements。
pg_stat_statements.track_utilitySelects whether utility commands   are tracked by pg_stat_statements.選擇是否實用程序命令跟蹤的pg_stat_statements。
portSets the TCP port the server   listens on.設(shè)置服務(wù)器偵聽的TCP端口。
post_auth_delayWaits N seconds on connection   startup after authentication.在驗證后連接啟動時等待秒。
pre_auth_delayWaits N seconds on connection   startup before authentication.在身份驗證之前,在連接啟動時等待秒。
quote_all_identifiersWhen generating SQL fragments,   quote all identifiers.在生成SQL片段時,引用所有標識符。
random_page_costSets the planner's estimate of   the cost of a nonsequentially fetched disk page.設(shè)置一個進行非連續(xù)讀取的磁盤頁的成本計劃的估計。
replication_timeoutSets the maximum time to wait   for WAL replication.設(shè)置等待復(fù)制的最大時間。
restart_after_crashReinitialize server after   backend crash.初始化服務(wù)器后端碰撞后。
search_pathSets the schema search order for   names that are not schema-qualified.為不符合模式的名稱設(shè)置模式搜索順序。
segment_sizeShows the number of pages per   disk file.顯示每個磁盤文件的頁數(shù)。
seq_page_costSets the planner's estimate of   the cost of a sequentially fetched disk page.設(shè)置計劃程序?qū)樞颢@取的磁盤頁的成本估計值。
server_encodingSets the server (database)   character set encoding.設(shè)置服務(wù)器(數(shù)據(jù)庫)字符集編碼。
server_versionShows the server version.顯示服務(wù)器版本。
server_version_numShows the server version as an   integer.將服務(wù)器版本顯示為整數(shù)。
session_replication_roleSets the session's behavior for   triggers and rewrite rules.設(shè)置會話的觸發(fā)器和重寫規(guī)則的行為。
shared_buffersSets the number of shared memory   buffers used by the server.設(shè)置服務(wù)器使用的共享內(nèi)存緩沖區(qū)的數(shù)目。
shared_preload_librariesLists shared libraries to   preload into server.列出共享庫以預(yù)加載到服務(wù)器。
sql_inheritanceCauses subtables to be included   by default in various commands.原因子被默認包含各種命令。
sslEnables SSL connections.啟用SSL連接。
ssl_ca_fileLocation of the SSL certificate   authority file.SSL證書頒發(fā)機構(gòu)文件的位置。
ssl_cert_fileLocation of the SSL server   certificate file.SSL服務(wù)器證書文件的位置。
ssl_ciphersSets the list of allowed SSL   ciphers.設(shè)置允許的SSL密碼列表。
ssl_crl_fileLocation of the SSL certificate   revocation list file.SSL證書吊銷列表文件的位置。
ssl_key_fileLocation of the SSL server   private key file.SSL服務(wù)器私鑰文件的位置。
ssl_renegotiation_limitSet the amount of traffic to   send and receive before renegotiating the encryption keys.將流量發(fā)送和接收之前重新加密密鑰。
standard_conforming_stringsCauses '...' strings to treat   backslashes literally.原因'…'字符串處理的反斜杠,字面上的意思。
statement_timeoutSets the maximum allowed   duration of any statement.設(shè)置任何語句的最大允許持續(xù)時間。
stats_temp_directoryWrites temporary statistics   files to the specified directory.將臨時統(tǒng)計文件寫入指定目錄。
superuser_reserved_connectionsSets the number of connection   slots reserved for superusers.套連接插槽保留對超級用戶的數(shù)量。
synchronize_seqscansEnable synchronized sequential   scans.啟用同步順序掃描。
synchronous_commitSets the current transaction's   synchronization level.設(shè)置當(dāng)前事務(wù)的同步級別。
synchronous_standby_namesList of names of potential   synchronous standbys.對潛在同步備用名稱列表。
syslog_facilitySets the syslog   "facility" to be used when syslog enabled.設(shè)置日志“設(shè)施”時要使用系統(tǒng)日志功能。
syslog_identSets the program name used to   identify PostgreSQL messages in syslog.設(shè)置用于確定消息syslog PostgreSQL程序名稱。
tcp_keepalives_countMaximum number of TCP keepalive   retransmits.TCP的KeepAlive最大數(shù)量的轉(zhuǎn)發(fā)。
tcp_keepalives_idleTime between issuing TCP   keepalives.發(fā)行TCP保持信號之間的時間。
tcp_keepalives_intervalTime between TCP keepalive   retransmits.發(fā)生時間之間的TCP重發(fā)。
temp_buffersSets the maximum number of   temporary buffers used by each session.設(shè)置每個會話所使用的臨時緩沖區(qū)的最大數(shù)目。
temp_file_limitLimits the total size of all   temporary files used by each session.限制每個會話使用的所有臨時文件的總大小。
temp_tablespacesSets the tablespace(s) to use   for temporary tables and sort files.設(shè)置用于臨時表和排序文件的表空間(s)。
TimeZoneSets the time zone for   displaying and interpreting time stamps.設(shè)置顯示和解釋時間戳的時區(qū)。
timezone_abbreviationsSelects a file of time zone   abbreviations.選擇時區(qū)縮寫的文件。
trace_notifyGenerates debugging output for   LISTEN and NOTIFY.生成監(jiān)聽和通知的調(diào)試輸出。
trace_recovery_messagesEnables logging of   recovery-related debugging information.啟用與恢復(fù)相關(guān)的調(diào)試信息的日志記錄。
trace_sortEmit information about resource   usage in sorting.在排序時發(fā)出有關(guān)資源使用的信息。
track_activitiesCollects information about   executing commands.收集有關(guān)執(zhí)行命令的信息。
track_activity_query_sizeSets the size reserved for   pg_stat_activity.query, in bytes.設(shè)置預(yù)留pg_stat_activity.query的大小,以字節(jié)為單位。
track_countsCollects statistics on database   activity.收集數(shù)據(jù)庫活動的統(tǒng)計信息。
track_functionsCollects function-level   statistics on database activity.收集數(shù)據(jù)庫活動的功能級別統(tǒng)計信息。
track_io_timingCollects timing statistics for   database I/O activity.收集數(shù)據(jù)庫I/O活動的定時統(tǒng)計信息。
transaction_deferrableWhether to defer a read-only   serializable transaction until it can be executed with no possible   serialization failures.是否推遲一個只讀事務(wù)直到它可以執(zhí)行任何可能的序列化失敗。
transaction_isolationSets the current transaction's   isolation level.設(shè)置當(dāng)前事務(wù)的隔離級別。
transaction_read_onlySets the current transaction's   read-only status.設(shè)置當(dāng)前事務(wù)的只讀狀態(tài)。
transform_null_equalsTreats "expr=NULL" as   "expr IS NULL".對待“expr = null”為“表達式為空”。
unix_socket_directorySets the directory where the   Unix-domain socket will be created.設(shè)置將創(chuàng)建UNIX域套接字的目錄。
unix_socket_groupSets the owning group of the   Unix-domain socket.設(shè)置UNIX域套接字的擁有組。
unix_socket_permissionsSets the access permissions of   the Unix-domain socket.設(shè)置UNIX域套接字的訪問權(quán)限。
update_process_titleUpdates the process title to   show the active SQL command.更新進程標題以顯示活動SQL命令。
vacuum_cost_delayVacuum cost delay in   milliseconds.真空成本延遲毫秒。
vacuum_cost_limitVacuum cost amount available   before napping.午睡前可用的真空成本。
vacuum_cost_page_dirtyVacuum cost for a page dirtied   by vacuum.一個頁面被真空成本。
vacuum_cost_page_hitVacuum cost for a page found in   the buffer cache.在緩沖區(qū)緩存中找到的頁的真空成本。
vacuum_cost_page_missVacuum cost for a page not found   in the buffer cache.在緩沖區(qū)緩存中未找到的頁的真空成本。
vacuum_defer_cleanup_ageNumber of transactions by which   VACUUM and HOT cleanup should be deferred, if any.如果有任何真空和熱清洗應(yīng)推遲的交易數(shù)量。
vacuum_freeze_min_ageMinimum age at which VACUUM   should freeze a table row.真空度應(yīng)凍結(jié)表列的最小年齡。
vacuum_freeze_table_ageAge at which VACUUM should scan   whole table to freeze tuples.真空掃描整個表凍結(jié)元組的年齡。
wal_block_sizeShows the block size in the   write ahead log.顯示寫前日志中的塊大小。
wal_buffersSets the number of disk-page   buffers in shared memory for WAL.為共享內(nèi)存設(shè)置磁盤頁緩沖區(qū)的數(shù)目。
wal_keep_segmentsSets the number of WAL files   held for standby servers.設(shè)置為備用服務(wù)器保存的沃爾瑪文件的數(shù)量。
wal_levelSet the level of information   written to the WAL.將寫入到沃爾瑪?shù)男畔⒓墑e設(shè)置為。
wal_receiver_status_intervalSets the maximum interval   between WAL receiver status reports to the primary.將接收器狀態(tài)報告之間的最大間隔設(shè)置為主。
wal_segment_sizeShows the number of pages per   write ahead log segment.顯示每個寫前日志段的頁數(shù)。
wal_sync_methodSelects the method used for   forcing WAL updates to disk.選擇用于強制將更新更新到磁盤的方法。
wal_writer_delayWAL writer sleep time between   WAL flushes.沃爾瑪作家睡眠時間之間的沃爾瑪刷新。
work_memSets the maximum memory to be   used for query workspaces.設(shè)置用于查詢工作區(qū)的最大內(nèi)存。
xmlbinarySets how binary values are to be   encoded in XML.設(shè)置二進制值是如何用XML編碼的。
xmloptionSets whether XML data in   implicit parsing and serialization operations is to be considered as   documents or content fragments.設(shè)置隱式解析和序列化操作中的XML數(shù)據(jù)是否被視為文檔或內(nèi)容片段。
zero_damaged_pagesContinues processing past   damaged page headers.繼續(xù)處理過去損壞的頁眉。

本文名稱:postgres數(shù)據(jù)庫配置文件詳解
URL鏈接:http://muchs.cn/article44/jpeshe.html

成都網(wǎng)站建設(shè)公司_創(chuàng)新互聯(lián),為您提供品牌網(wǎng)站制作App開發(fā)、網(wǎng)站改版、品牌網(wǎng)站設(shè)計、定制網(wǎng)站網(wǎng)站設(shè)計公司

廣告

聲明:本網(wǎng)站發(fā)布的內(nèi)容(圖片、視頻和文字)以用戶投稿、用戶轉(zhuǎn)載內(nèi)容為主,如果涉及侵權(quán)請盡快告知,我們將會在第一時間刪除。文章觀點不代表本網(wǎng)站立場,如需處理請聯(lián)系客服。電話:028-86922220;郵箱:631063699@qq.com。內(nèi)容未經(jīng)允許不得轉(zhuǎn)載,或轉(zhuǎn)載時需注明來源: 創(chuàng)新互聯(lián)

外貿(mào)網(wǎng)站制作