"application_name";"pgAdmin III - ???????????????????? ????????????????";"";"Reporting and Logging / What to Log";"Sets the application name to be reported in statistics and logs.";"";"user";"string";"client";"";"";"";"";"pgAdmin III - ???????????????????? ????????????????";"";;f
"archive_command";"/var/lib/postgresql/9.5/main/wal_backup.sh %p %f";"";"Write-Ahead Log / Archiving";"Sets the shell command that will be called to archive a WAL file.";"";"sighup";"string";"configuration file";"";"";"";"";"/var/lib/postgresql/9.5/main/wal_backup.sh %p %f";"";;f
"archive_mode";"on";"";"Write-Ahead Log / Archiving";"Allows archiving of WAL files using archive_command.";"";"postmaster";"enum";"configuration file";"";"";"{always,on,off}";"off";"on";"";;f
"archive_timeout";"120";"s";"Write-Ahead Log / Archiving";"Forces a switch to the next xlog file if a new file has not been started within N seconds.";"";"sighup";"integer";"configuration file";"0";"1073741823";"";"0";"120";"";;f
"bytea_output";"escape";"";"Client Connection Defaults / Statement Behavior";"Sets the output format for bytea.";"";"user";"enum";"session";"";"";"{escape,hex}";"hex";"hex";"";;f
"checkpoint_completion_target";"0.7";"";"Write-Ahead Log / Checkpoints";"Time spent flushing dirty buffers during checkpoint, as fraction of checkpoint interval.";"";"sighup";"real";"configuration file";"0";"1";"";"0.5";"0.7";"";;f
"client_encoding";"UNICODE";"";"Client Connection Defaults / Locale and Formatting";"Sets the client's character set encoding.";"";"user";"string";"session";"";"";"";"SQL_ASCII";"UTF8";"";;f
"client_min_messages";"notice";"";"Reporting and Logging / When to Log";"Sets the message levels that are sent to the client.";"Each level includes all the levels that follow it. The later the level, the fewer messages are sent.";"user";"enum";"session";"";"";"{debug5,debug4,debug3,debug2,debug1,log,notice,warning,error}";"notice";"notice";"";;f
"data_checksums";"off";"";"Preset Options";"Shows whether data checksums are turned on for this cluster.";"";"internal";"bool";"override";"";"";"";"off";"off";"";;f
"DateStyle";"ISO, MDY";"";"Client Connection Defaults / Locale and Formatting";"Sets the display format for date and time values.";"Also controls interpretation of ambiguous date inputs.";"user";"string";"session";"";"";"";"ISO, MDY";"ISO, MDY";"";;f
"default_statistics_target";"100";"";"Query Tuning / Other Planner Options";"Sets the default statistics target.";"This applies to table columns that have not had a column-specific target set via ALTER TABLE SET STATISTICS.";"user";"integer";"configuration file";"1";"10000";"";"100";"100";"";;f
"effective_cache_size";"718080";"8kB";"Query Tuning / Planner Cost Constants";"Sets the planner's assumption about the size of the disk cache.";"That is, the portion of the kernel's disk cache that will be used for PostgreSQL data files. This is measured in disk pages, which are normally 8 kB each.";"user";"integer";"configuration file";"1";"2147483647";"";"524288";"718080";"";;f
"lc_collate";"en_US.UTF-8";"";"Client Connection Defaults / Locale and Formatting";"Shows the collation order locale.";"";"internal";"string";"override";"";"";"";"C";"en_US.UTF-8";"";;f
"lc_ctype";"en_US.UTF-8";"";"Client Connection Defaults / Locale and Formatting";"Shows the character classification and case conversion locale.";"";"internal";"string";"override";"";"";"";"C";"en_US.UTF-8";"";;f
"listen_addresses";"*";"";"Connections and Authentication / Connection Settings";"Sets the host name or IP address(es) to listen to.";"";"postmaster";"string";"configuration file";"";"";"";"localhost";"*";"";;f
"log_destination";"syslog";"";"Reporting and Logging / Where to Log";"Sets the destination for server log output.";"Valid values are combinations of "stderr", "syslog", "csvlog", and "eventlog", depending on the platform.";"sighup";"string";"configuration file";"";"";"";"stderr";"syslog";"";;f
"maintenance_work_mem";"478208";"kB";"Resource Usage / Memory";"Sets the maximum memory to be used for maintenance operations.";"This includes operations such as VACUUM and CREATE INDEX.";"user";"integer";"configuration file";"1024";"2147483647";"";"65536";"478208";"";;f
"max_connections";"800";"";"Connections and Authentication / Connection Settings";"Sets the maximum number of concurrent connections.";"";"postmaster";"integer";"configuration file";"1";"8388607";"";"100";"800";"";;f
"max_stack_depth";"2048";"kB";"Resource Usage / Memory";"Sets the maximum stack depth, in kilobytes.";"";"superuser";"integer";"environment variable";"100";"2147483647";"";"100";"2048";"";;f
"max_wal_senders";"2";"";"Replication / Sending Servers";"Sets the maximum number of simultaneously running WAL sender processes.";"";"postmaster";"integer";"configuration file";"0";"8388607";"";"0";"2";"";;f
"server_encoding";"UTF8";"";"Client Connection Defaults / Locale and Formatting";"Sets the server (database) character set encoding.";"";"internal";"string";"override";"";"";"";"SQL_ASCII";"UTF8";"";;f
"shared_buffers";"239360";"8kB";"Resource Usage / Memory";"Sets the number of shared memory buffers used by the server.";"";"postmaster";"integer";"configuration file";"16";"1073741823";"";"1024";"239360";"";;f
"ssl";"on";"";"Connections and Authentication / Security and Authentication";"Enables SSL connections.";"";"postmaster";"bool";"configuration file";"";"";"";"off";"on";"";;f
"synchronous_commit";"local";"";"Write-Ahead Log / Settings";"Sets the current transaction's synchronization level.";"";"user";"enum";"configuration file";"";"";"{local,remote_write,on,off}";"on";"local";"";;f
"synchronous_standby_names";"*";"";"Replication / Master Server";"List of names of potential synchronous standbys.";"";"sighup";"string";"configuration file";"";"";"";"";"*";"";;f
"tcp_keepalives_idle";"120";"s";"Client Connection Defaults / Other Defaults";"Time between issuing TCP keepalives.";"A value of 0 uses the system default.";"user";"integer";"configuration file";"0";"2147483647";"";"0";"120";"";;f
"temp_tablespaces";"ephemeral";"";"Client Connection Defaults / Statement Behavior";"Sets the tablespace(s) to use for temporary tables and sort files.";"";"user";"string";"configuration file";"";"";"";"";"ephemeral";"";;f
"transaction_deferrable";"off";"";"Client Connection Defaults / Statement Behavior";"Whether to defer a read-only serializable transaction until it can be executed with no possible serialization failures.";"";"user";"bool";"override";"";"";"";"off";"off";"";;f
"transaction_isolation";"read committed";"";"Client Connection Defaults / Statement Behavior";"Sets the current transaction's isolation level.";"";"user";"string";"override";"";"";"";"default";"default";"";;f
"transaction_read_only";"off";"";"Client Connection Defaults / Statement Behavior";"Sets the current transaction's read-only status.";"";"user";"bool";"override";"";"";"";"off";"off";"";;f
"wal_buffers";"2048";"8kB";"Write-Ahead Log / Settings";"Sets the number of disk-page buffers in shared memory for WAL.";"";"postmaster";"integer";"configuration file";"-1";"262143";"";"-1";"2048";"";;f
"wal_keep_segments";"30";"";"Replication / Sending Servers";"Sets the number of WAL files held for standby servers.";"";"sighup";"integer";"configuration file";"0";"2147483647";"";"0";"30";"";;f
"wal_level";"hot_standby";"";"Write-Ahead Log / Settings";"Set the level of information written to the WAL.";"";"postmaster";"enum";"configuration file";"";"";"{minimal,archive,hot_standby,logical}";"minimal";"hot_standby";"";;f
"work_mem";"1024";"kB";"Resource Usage / Memory";"Sets the maximum memory to be used for query workspaces.";"This much memory can be used by each internal sort operation and hash table before switching to temporary disk files.";"user";"integer";"configuration file";"64";"2147483647";"";"4096";"1024";"";;f
