Advertisement
Guest User

Untitled

a guest
Dec 12th, 2018
292
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.                 name                 |                 setting                 |                                                          description                                                          
  2. -------------------------------------+-----------------------------------------+-------------------------------------------------------------------------------------------------------------------------------
  3.  allow_system_table_mods             | off                                     | Allows modifications of the structure of system tables.
  4.  application_name                    | psql                                    | Sets the application name to be reported in statistics and logs.
  5.  archive_command                     | (disabled)                              | Sets the shell command that will be called to archive a WAL file.
  6.  archive_mode                        | off                                     | Allows archiving of WAL files using archive_command.
  7.  archive_timeout                     | 0                                       | Forces a switch to the next xlog file if a new file has not been started within N seconds.
  8.  array_nulls                         | on                                      | Enable input of NULL elements in arrays.
  9.  authentication_timeout              | 1min                                    | Sets the maximum allowed time to complete client authentication.
  10.  autovacuum                          | off                                     | Starts the autovacuum subprocess.
  11.  autovacuum_analyze_scale_factor     | 0.1                                     | Number of tuple inserts, updates, or deletes prior to analyze as a fraction of reltuples.
  12.  autovacuum_analyze_threshold        | 50                                      | Minimum number of tuple inserts, updates, or deletes prior to analyze.
  13.  autovacuum_freeze_max_age           | 200000000                               | Age at which to autovacuum a table to prevent transaction ID wraparound.
  14.  autovacuum_max_workers              | 1                                       | Sets the maximum number of simultaneously running autovacuum worker processes.
  15.  autovacuum_multixact_freeze_max_age | 400000000                               | Multixact age at which to autovacuum a table to prevent multixact wraparound.
  16.  autovacuum_naptime                  | 20min                                   | Time to sleep between autovacuum runs.
  17.  autovacuum_vacuum_cost_delay        | 20ms                                    | Vacuum cost delay in milliseconds, for autovacuum.
  18.  autovacuum_vacuum_cost_limit        | -1                                      | Vacuum cost amount available before napping, for autovacuum.
  19.  autovacuum_vacuum_scale_factor      | 0.2                                     | Number of tuple updates or deletes prior to vacuum as a fraction of reltuples.
  20.  autovacuum_vacuum_threshold         | 50                                      | Minimum number of tuple updates or deletes prior to vacuum.
  21.  autovacuum_work_mem                 | -1                                      | Sets the maximum memory to be used by each autovacuum worker process.
  22.  backslash_quote                     | safe_encoding                           | Sets whether "\'" is allowed in string literals.
  23.  bgwriter_delay                      | 200ms                                   | Background writer sleep time between rounds.
  24.  bgwriter_lru_maxpages               | 100                                     | Background writer maximum number of LRU pages to flush per round.
  25.  bgwriter_lru_multiplier             | 2                                       | Multiple of the average buffer usage to free per round.
  26.  block_size                          | 8192                                    | Shows the size of a disk block.
  27.  bonjour                             | off                                     | Enables advertising the server via Bonjour.
  28.  bonjour_name                        |                                         | Sets the Bonjour service name.
  29.  bytea_output                        | hex                                     | Sets the output format for bytea.
  30.  check_function_bodies               | on                                      | Check function bodies during CREATE FUNCTION.
  31.  checkpoint_completion_target        | 0.5                                     | Time spent flushing dirty buffers during checkpoint, as fraction of checkpoint interval.
  32.  checkpoint_segments                 | 3                                       | Sets the maximum distance in log segments between automatic WAL checkpoints.
  33.  checkpoint_timeout                  | 5min                                    | Sets the maximum time between automatic WAL checkpoints.
  34.  checkpoint_warning                  | 30s                                     | Enables warnings if checkpoint segments are filled more frequently than this.
  35.  client_encoding                     | UTF8                                    | Sets the client's character set encoding.
  36. client_min_messages                 | notice                                  | Sets the message levels that are sent to the client.
  37. commit_delay                        | 0                                       | Sets the delay in microseconds between transaction commit and flushing WAL to disk.
  38. commit_siblings                     | 5                                       | Sets the minimum concurrent open transactions before performing commit_delay.
  39. config_file                         | /var/lib/pgsql/9.4/data/postgresql.conf | Sets the server's main configuration file.
  40.  constraint_exclusion                | partition                               | Enables the planner to use constraints to optimize queries.
  41.  cpu_index_tuple_cost                | 0.005                                   | Sets the planner's estimate of the cost of processing each index entry during an index scan.
  42. cpu_operator_cost                   | 0.0025                                  | Sets the planner's estimate of the cost of processing each operator or function call.
  43.  cpu_tuple_cost                      | 0.01                                    | Sets the planner's estimate of the cost of processing each tuple (row).
  44. cursor_tuple_fraction               | 0.1                                     | Sets the planner's estimate of the fraction of a cursor's rows that will be retrieved.
  45. data_checksums                      | off                                     | Shows whether data checksums are turned on for this cluster.
  46. data_directory                      | /var/lib/pgsql/9.4/data                 | Sets the server's data directory.
  47.  DateStyle                           | ISO, DMY                                | Sets the display format for date and time values.
  48.  db_user_namespace                   | off                                     | Enables per-database user names.
  49.  deadlock_timeout                    | 1s                                      | Sets the time to wait on a lock before checking for deadlock.
  50.  debug_assertions                    | off                                     | Turns on various assertion checks.
  51.  debug_pretty_print                  | on                                      | Indents parse and plan tree displays.
  52.  debug_print_parse                   | off                                     | Logs each query's parse tree.
  53. debug_print_plan                    | off                                     | Logs each query's execution plan.
  54.  debug_print_rewritten               | off                                     | Logs each query's rewritten parse tree.
  55. default_statistics_target           | 100                                     | Sets the default statistics target.
  56. default_tablespace                  |                                         | Sets the default tablespace to create tables and indexes in.
  57. default_text_search_config          | pg_catalog.russian                      | Sets default text search configuration.
  58. default_transaction_deferrable      | off                                     | Sets the default deferrable status of new transactions.
  59. default_transaction_isolation       | read committed                          | Sets the transaction isolation level of each new transaction.
  60. default_transaction_read_only       | off                                     | Sets the default read-only status of new transactions.
  61. default_with_oids                   | off                                     | Create new tables with OIDs by default.
  62. dynamic_library_path                | $libdir                                 | Sets the path for dynamically loadable modules.
  63. dynamic_shared_memory_type          | posix                                   | Selects the dynamic shared memory implementation used.
  64. effective_cache_size                | 15GB                                    | Sets the planner's assumption about the size of the disk cache.
  65.  effective_io_concurrency            | 1                                       | Number of simultaneous requests that can be handled efficiently by the disk subsystem.
  66.  enable_bitmapscan                   | on                                      | Enables the planner's use of bitmap-scan plans.
  67. enable_hashagg                      | on                                      | Enables the planner's use of hashed aggregation plans.
  68.  enable_hashjoin                     | on                                      | Enables the planner's use of hash join plans.
  69. enable_indexonlyscan                | on                                      | Enables the planner's use of index-only-scan plans.
  70.  enable_indexscan                    | on                                      | Enables the planner's use of index-scan plans.
  71. enable_material                     | on                                      | Enables the planner's use of materialization.
  72.  enable_mergejoin                    | on                                      | Enables the planner's use of merge join plans.
  73. enable_nestloop                     | on                                      | Enables the planner's use of nested-loop join plans.
  74.  enable_seqscan                      | on                                      | Enables the planner's use of sequential-scan plans.
  75. enable_sort                         | on                                      | Enables the planner's use of explicit sort steps.
  76.  enable_tidscan                      | on                                      | Enables the planner's use of TID scan plans.
  77. escape_string_warning               | on                                      | Warn about backslash escapes in ordinary string literals.
  78. event_source                        | PostgreSQL                              | Sets the application name used to identify PostgreSQL messages in the event log.
  79. exit_on_error                       | off                                     | Terminate session on any error.
  80. external_pid_file                   |                                         | Writes the postmaster PID to the specified file.
  81. extra_float_digits                  | 0                                       | Sets the number of digits displayed for floating-point values.
  82. from_collapse_limit                 | 8                                       | Sets the FROM-list size beyond which subqueries are not collapsed.
  83. fsync                               | on                                      | Forces synchronization of updates to disk.
  84. full_page_writes                    | on                                      | Writes full pages to WAL when first modified after a checkpoint.
  85. geqo                                | on                                      | Enables genetic query optimization.
  86. geqo_effort                         | 5                                       | GEQO: effort is used to set the default for other GEQO parameters.
  87. geqo_generations                    | 0                                       | GEQO: number of iterations of the algorithm.
  88. geqo_pool_size                      | 0                                       | GEQO: number of individuals in the population.
  89. geqo_seed                           | 0                                       | GEQO: seed for random path selection.
  90. geqo_selection_bias                 | 2                                       | GEQO: selective pressure within the population.
  91. geqo_threshold                      | 12                                      | Sets the threshold of FROM items beyond which GEQO is used.
  92. gin_fuzzy_search_limit              | 0                                       | Sets the maximum allowed result for exact search by GIN.
  93. hba_file                            | /var/lib/pgsql/9.4/data/pg_hba.conf     | Sets the server's "hba" configuration file.
  94.  hot_standby                         | off                                     | Allows connections and queries during recovery.
  95.  hot_standby_feedback                | off                                     | Allows feedback from a hot standby to the primary that will avoid query conflicts.
  96.  huge_pages                          | try                                     | Use of huge pages on Linux.
  97.  ident_file                          | /var/lib/pgsql/9.4/data/pg_ident.conf   | Sets the server's "ident" configuration file.
  98. ignore_checksum_failure             | off                                     | Continues processing after a checksum failure.
  99. ignore_system_indexes               | off                                     | Disables reading from system indexes.
  100. integer_datetimes                   | on                                      | Datetimes are integer based.
  101. IntervalStyle                       | postgres                                | Sets the display format for interval values.
  102. join_collapse_limit                 | 8                                       | Sets the FROM-list size beyond which JOIN constructs are not flattened.
  103. krb_caseins_users                   | off                                     | Sets whether Kerberos and GSSAPI user names should be treated as case-insensitive.
  104. krb_server_keyfile                  | FILE:/etc/sysconfig/pgsql/krb5.keytab   | Sets the location of the Kerberos server key file.
  105. lc_collate                          | ru_RU.UTF-8                             | Shows the collation order locale.
  106. lc_ctype                            | ru_RU.UTF-8                             | Shows the character classification and case conversion locale.
  107. lc_messages                         | ru_RU.UTF-8                             | Sets the language in which messages are displayed.
  108. lc_monetary                         | ru_RU.UTF-8                             | Sets the locale for formatting monetary amounts.
  109. lc_numeric                          | ru_RU.UTF-8                             | Sets the locale for formatting numbers.
  110. lc_time                             | ru_RU.UTF-8                             | Sets the locale for formatting date and time values.
  111. listen_addresses                    | 172.20.239.11                           | Sets the host name or IP address(es) to listen to.
  112. lo_compat_privileges                | on                                      | Enables backward compatibility mode for privilege checks on large objects.
  113. local_preload_libraries             |                                         | Lists unprivileged shared libraries to preload into each backend.
  114. lock_timeout                        | 0                                       | Sets the maximum allowed duration of any wait for a lock.
  115. log_autovacuum_min_duration         | 0                                       | Sets the minimum execution time above which autovacuum actions will be logged.
  116. log_checkpoints                     | off                                     | Logs each checkpoint.
  117. log_connections                     | off                                     | Logs each successful connection.
  118. log_destination                     | stderr                                  | Sets the destination for server log output.
  119. log_directory                       | pg_log                                  | Sets the destination directory for log files.
  120. log_disconnections                  | off                                     | Logs end of a session, including duration.
  121. log_duration                        | off                                     | Logs the duration of each completed SQL statement.
  122. log_error_verbosity                 | default                                 | Sets the verbosity of logged messages.
  123. log_executor_stats                  | off                                     | Writes executor performance statistics to the server log.
  124. log_file_mode                       | 0600                                    | Sets the file permissions for log files.
  125. log_filename                        | postgresql-%a.log                       | Sets the file name pattern for log files.
  126. log_hostname                        | off                                     | Logs the host name in the connection logs.
  127. log_line_prefix                     | < %m >                                  | Controls information prefixed to each log line.
  128. log_lock_waits                      | off                                     | Logs long lock waits.
  129. log_min_duration_statement          | -1                                      | Sets the minimum execution time above which statements will be logged.
  130. log_min_error_statement             | error                                   | Causes all statements generating error at or above this level to be logged.
  131. log_min_messages                    | warning                                 | Sets the message levels that are logged.
  132. log_parser_stats                    | off                                     | Writes parser performance statistics to the server log.
  133. log_planner_stats                   | off                                     | Writes planner performance statistics to the server log.
  134. log_rotation_age                    | 1d                                      | Automatic log file rotation will occur after N minutes.
  135. log_rotation_size                   | 0                                       | Automatic log file rotation will occur after N kilobytes.
  136. log_statement                       | none                                    | Sets the type of statements logged.
  137. log_statement_stats                 | off                                     | Writes cumulative performance statistics to the server log.
  138. log_temp_files                      | -1                                      | Log the use of temporary files larger than this number of kilobytes.
  139. log_timezone                        | Asia/Vladivostok                        | Sets the time zone to use in log messages.
  140. log_truncate_on_rotation            | on                                      | Truncate existing log files of same name during log rotation.
  141. logging_collector                   | on                                      | Start a subprocess to capture stderr output and/or csvlogs into log files.
  142. maintenance_work_mem                | 1GB                                     | Sets the maximum memory to be used for maintenance operations.
  143. max_connections                     | 205                                     | Sets the maximum number of concurrent connections.
  144. max_files_per_process               | 1000                                    | Sets the maximum number of simultaneously open files for each server process.
  145. max_function_args                   | 100                                     | Shows the maximum number of function arguments.
  146. max_identifier_length               | 63                                      | Shows the maximum identifier length.
  147. max_index_keys                      | 32                                      | Shows the maximum number of index keys.
  148. max_locks_per_transaction           | 64                                      | Sets the maximum number of locks per transaction.
  149. max_pred_locks_per_transaction      | 64                                      | Sets the maximum number of predicate locks per transaction.
  150. max_prepared_transactions           | 0                                       | Sets the maximum number of simultaneously prepared transactions.
  151. max_replication_slots               | 0                                       | Sets the maximum number of simultaneously defined replication slots.
  152. max_stack_depth                     | 2MB                                     | Sets the maximum stack depth, in kilobytes.
  153. max_standby_archive_delay           | 30s                                     | Sets the maximum delay before canceling queries when a hot standby server is processing archived WAL data.
  154. max_standby_streaming_delay         | 30s                                     | Sets the maximum delay before canceling queries when a hot standby server is processing streamed WAL data.
  155. max_wal_senders                     | 0                                       | Sets the maximum number of simultaneously running WAL sender processes.
  156. max_worker_processes                | 8                                       | Maximum number of concurrent worker processes.
  157. password_encryption                 | on                                      | Encrypt passwords.
  158. port                                | 5432                                    | Sets the TCP port the server listens on.
  159. post_auth_delay                     | 0                                       | Waits N seconds on connection startup after authentication.
  160. pre_auth_delay                      | 0                                       | Waits N seconds on connection startup before authentication.
  161. quote_all_identifiers               | off                                     | When generating SQL fragments, quote all identifiers.
  162. random_page_cost                    | 4                                       | Sets the planner's estimate of the cost of a nonsequentially fetched disk page.
  163.  restart_after_crash                 | on                                      | Reinitialize server after backend crash.
  164.  search_path                         | "$user",public                          | Sets the schema search order for names that are not schema-qualified.
  165.  segment_size                        | 1GB                                     | Shows the number of pages per disk file.
  166.  seq_page_cost                       | 1                                       | Sets the planner's estimate of the cost of a sequentially fetched disk page.
  167. server_encoding                     | UTF8                                    | Sets the server (database) character set encoding.
  168. server_version                      | 9.4.10                                  | Shows the server version.
  169. server_version_num                  | 90410                                   | Shows the server version as an integer.
  170. session_preload_libraries           |                                         | Lists shared libraries to preload into each backend.
  171. session_replication_role            | origin                                  | Sets the session's behavior for triggers and rewrite rules.
  172.  shared_buffers                      | 10GB                                    | Sets the number of shared memory buffers used by the server.
  173.  shared_preload_libraries            |                                         | Lists shared libraries to preload into server.
  174.  sql_inheritance                     | on                                      | Causes subtables to be included by default in various commands.
  175.  ssl                                 | off                                     | Enables SSL connections.
  176.  ssl_ca_file                         |                                         | Location of the SSL certificate authority file.
  177.  ssl_cert_file                       | server.crt                              | Location of the SSL server certificate file.
  178.  ssl_ciphers                         | HIGH:MEDIUM:+3DES:!aNULL                | Sets the list of allowed SSL ciphers.
  179.  ssl_crl_file                        |                                         | Location of the SSL certificate revocation list file.
  180.  ssl_ecdh_curve                      | prime256v1                              | Sets the curve to use for ECDH.
  181.  ssl_key_file                        | server.key                              | Location of the SSL server private key file.
  182.  ssl_prefer_server_ciphers           | on                                      | Give priority to server ciphersuite order.
  183.  ssl_renegotiation_limit             | 0                                       | Set the amount of traffic to send and receive before renegotiating the encryption keys.
  184.  standard_conforming_strings         | on                                      | Causes '...' strings to treat backslashes literally.
  185.  statement_timeout                   | 0                                       | Sets the maximum allowed duration of any statement.
  186.  stats_temp_directory                | pg_stat_tmp                             | Writes temporary statistics files to the specified directory.
  187.  superuser_reserved_connections      | 3                                       | Sets the number of connection slots reserved for superusers.
  188.  synchronize_seqscans                | on                                      | Enable synchronized sequential scans.
  189.  synchronous_commit                  | on                                      | Sets the current transaction's synchronization level.
  190. synchronous_standby_names           |                                         | List of names of potential synchronous standbys.
  191. syslog_facility                     | local0                                  | Sets the syslog "facility" to be used when syslog enabled.
  192. syslog_ident                        | postgres                                | Sets the program name used to identify PostgreSQL messages in syslog.
  193. tcp_keepalives_count                | 0                                       | Maximum number of TCP keepalive retransmits.
  194. tcp_keepalives_idle                 | 0                                       | Time between issuing TCP keepalives.
  195. tcp_keepalives_interval             | 0                                       | Time between TCP keepalive retransmits.
  196. temp_buffers                        | 8MB                                     | Sets the maximum number of temporary buffers used by each session.
  197. temp_file_limit                     | -1                                      | Limits the total size of all temporary files used by each session.
  198. temp_tablespaces                    |                                         | Sets the tablespace(s) to use for temporary tables and sort files.
  199. TimeZone                            | Asia/Vladivostok                        | Sets the time zone for displaying and interpreting time stamps.
  200. timezone_abbreviations              | Default                                 | Selects a file of time zone abbreviations.
  201. trace_notify                        | off                                     | Generates debugging output for LISTEN and NOTIFY.
  202. trace_recovery_messages             | log                                     | Enables logging of recovery-related debugging information.
  203. trace_sort                          | off                                     | Emit information about resource usage in sorting.
  204. track_activities                    | on                                      | Collects information about executing commands.
  205. track_activity_query_size           | 1024                                    | Sets the size reserved for pg_stat_activity.query, in bytes.
  206. track_counts                        | on                                      | Collects statistics on database activity.
  207. track_functions                     | none                                    | Collects function-level statistics on database activity.
  208. track_io_timing                     | off                                     | Collects timing statistics for database I/O activity.
  209. transaction_deferrable              | off                                     | Whether to defer a read-only serializable transaction until it can be executed with no possible serialization failures.
  210. transaction_isolation               | read committed                          | Sets the current transaction's isolation level.
  211.  transaction_read_only               | off                                     | Sets the current transaction's read-only status.
  212. transform_null_equals               | off                                     | Treats "expr=NULL" as "expr IS NULL".
  213. unix_socket_directories             | /var/run/postgresql, /tmp               | Sets the directories where Unix-domain sockets will be created.
  214. unix_socket_group                   |                                         | Sets the owning group of the Unix-domain socket.
  215. unix_socket_permissions             | 0777                                    | Sets the access permissions of the Unix-domain socket.
  216. update_process_title                | on                                      | Updates the process title to show the active SQL command.
  217. vacuum_cost_delay                   | 0                                       | Vacuum cost delay in milliseconds.
  218. vacuum_cost_limit                   | 200                                     | Vacuum cost amount available before napping.
  219. vacuum_cost_page_dirty              | 20                                      | Vacuum cost for a page dirtied by vacuum.
  220. vacuum_cost_page_hit                | 1                                       | Vacuum cost for a page found in the buffer cache.
  221. vacuum_cost_page_miss               | 10                                      | Vacuum cost for a page not found in the buffer cache.
  222. vacuum_defer_cleanup_age            | 0                                       | Number of transactions by which VACUUM and HOT cleanup should be deferred, if any.
  223. vacuum_freeze_min_age               | 50000000                                | Minimum age at which VACUUM should freeze a table row.
  224. vacuum_freeze_table_age             | 150000000                               | Age at which VACUUM should scan whole table to freeze tuples.
  225. vacuum_multixact_freeze_min_age     | 5000000                                 | Minimum age at which VACUUM should freeze a MultiXactId in a table row.
  226. vacuum_multixact_freeze_table_age   | 150000000                               | Multixact age at which VACUUM should scan whole table to freeze tuples.
  227. wal_block_size                      | 8192                                    | Shows the block size in the write ahead log.
  228. wal_buffers                         | 16MB                                    | Sets the number of disk-page buffers in shared memory for WAL.
  229. wal_keep_segments                   | 0                                       | Sets the number of WAL files held for standby servers.
  230. wal_level                           | minimal                                 | Set the level of information written to the WAL.
  231. wal_log_hints                       | off                                     | Writes full pages to WAL when first modified after a checkpoint, even for a non-critical modifications.
  232. wal_receiver_status_interval        | 10s                                     | Sets the maximum interval between WAL receiver status reports to the primary.
  233. wal_receiver_timeout                | 1min                                    | Sets the maximum wait time to receive data from the primary.
  234. wal_segment_size                    | 16MB                                    | Shows the number of pages per write ahead log segment.
  235. wal_sender_timeout                  | 1min                                    | Sets the maximum time to wait for WAL replication.
  236. wal_sync_method                     | fdatasync                               | Selects the method used for forcing WAL updates to disk.
  237. wal_writer_delay                    | 200ms                                   | WAL writer sleep time between WAL flushes.
  238. work_mem                            | 48MB                                    | Sets the maximum memory to be used for query workspaces.
  239. xmlbinary                           | base64                                  | Sets how binary values are to be encoded in XML.
  240. xmloption                           | content                                 | Sets whether XML data in implicit parsing and serialization operations is to be considered as documents or content fragments.
  241. zero_damaged_pages                  | off                                     | Continues processing past damaged page headers.
  242. (239 rows)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement