"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 - ???????????????????? ????????????????";"";
"autovacuum_analyze_scale_factor";"0.01";"";"Autovacuum";"Number of tuple inserts, updates, or deletes prior to analyze as a fraction of reltuples.";"";"sighup";"real";"configuration file";"0";"100";"";"0.1";"0.01";"D:/data/postgresql.conf";482
"autovacuum_vacuum_cost_delay";"5";"ms";"Autovacuum";"Vacuum cost delay in milliseconds, for autovacuum.";"";"sighup";"integer";"configuration file";"-1";"100";"";"20";"5";"D:/data/postgresql.conf";488
"autovacuum_vacuum_cost_limit";"10000";"";"Autovacuum";"Vacuum cost amount available before napping, for autovacuum.";"";"sighup";"integer";"configuration file";"-1";"10000";"";"-1";"10000";"D:/data/postgresql.conf";491
"autovacuum_vacuum_scale_factor";"0.02";"";"Autovacuum";"Number of tuple updates or deletes prior to vacuum as a fraction of reltuples.";"";"sighup";"real";"configuration file";"0";"100";"";"0.2";"0.02";"D:/data/postgresql.conf";481
"autovacuum_vacuum_threshold";"500";"";"Autovacuum";"Minimum number of tuple updates or deletes prior to vacuum.";"";"sighup";"integer";"configuration file";"0";"2147483647";"";"50";"500";"D:/data/postgresql.conf";477
"bytea_output";"escape";"";"Client Connection Defaults / Statement Behavior";"Sets the output format for bytea.";"";"user";"enum";"session";"";"";"{escape,hex}";"hex";"hex";"";
"client_encoding";"UNICODE";"";"Client Connection Defaults / Locale and Formatting";"Sets the client's character set encoding.";"";"user";"string";"session";"";"";"";"SQL_ASCII";"UTF8";"";
"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";"";
"config_file";"D:/data/postgresql.conf";"";"File Locations";"Sets the server's main configuration file.";"";"postmaster";"string";"override";"";"";"";"";"D:/data/postgresql.conf";"";
"data_checksums";"off";"";"Preset Options";"Shows whether data checksums are turned on for this cluster.";"";"internal";"bool";"override";"";"";"";"off";"off";"";
"data_directory";"D:/data";"";"File Locations";"Sets the server's data directory.";"";"postmaster";"string";"override";"";"";"";"";"D:/data";"";
"DateStyle";"ISO, DMY";"";"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, DMY";"";
"default_text_search_config";"pg_catalog.russian";"";"Client Connection Defaults / Locale and Formatting";"Sets default text search configuration.";"";"user";"string";"configuration file";"";"";"";"pg_catalog.simple";"pg_catalog.russian";"D:/data/postgresql.conf";545
"dynamic_shared_memory_type";"windows";"";"Resource Usage / Memory";"Selects the dynamic shared memory implementation used.";"";"postmaster";"enum";"configuration file";"";"";"{windows,none}";"windows";"windows";"D:/data/postgresql.conf";130
"hba_file";"D:/data/pg_hba.conf";"";"File Locations";"Sets the server's "hba" configuration file.";"";"postmaster";"string";"override";"";"";"";"";"D:/data/pg_hba.conf";"";
"ident_file";"D:/data/pg_ident.conf";"";"File Locations";"Sets the server's "ident" configuration file.";"";"postmaster";"string";"override";"";"";"";"";"D:/data/pg_ident.conf";"";
"lc_collate";"Russian_Russia.1251";"";"Client Connection Defaults / Locale and Formatting";"Shows the collation order locale.";"";"internal";"string";"override";"";"";"";"C";"Russian_Russia.1251";"";
"lc_ctype";"Russian_Russia.1251";"";"Client Connection Defaults / Locale and Formatting";"Shows the character classification and case conversion locale.";"";"internal";"string";"override";"";"";"";"C";"Russian_Russia.1251";"";
"lc_messages";"Russian_Russia.1251";"";"Client Connection Defaults / Locale and Formatting";"Sets the language in which messages are displayed.";"";"superuser";"string";"configuration file";"";"";"";"";"Russian_Russia.1251";"D:/data/postgresql.conf";538
"lc_monetary";"Russian_Russia.1251";"";"Client Connection Defaults / Locale and Formatting";"Sets the locale for formatting monetary amounts.";"";"user";"string";"configuration file";"";"";"";"C";"Russian_Russia.1251";"D:/data/postgresql.conf";540
"lc_numeric";"Russian_Russia.1251";"";"Client Connection Defaults / Locale and Formatting";"Sets the locale for formatting numbers.";"";"user";"string";"configuration file";"";"";"";"C";"Russian_Russia.1251";"D:/data/postgresql.conf";541
"lc_time";"Russian_Russia.1251";"";"Client Connection Defaults / Locale and Formatting";"Sets the locale for formatting date and time values.";"";"user";"string";"configuration file";"";"";"";"C";"Russian_Russia.1251";"D:/data/postgresql.conf";542
"listen_addresses";"*";"";"Connections and Authentication / Connection Settings";"Sets the host name or IP address(es) to listen to.";"";"postmaster";"string";"configuration file";"";"";"";"localhost";"*";"D:/data/postgresql.conf";59
"log_destination";"stderr";"";"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";"stderr";"D:/data/postgresql.conf";315
"log_line_prefix";"%t ";"";"Reporting and Logging / What to Log";"Controls information prefixed to each log line.";"If blank, no prefix is used.";"sighup";"string";"configuration file";"";"";"";"";"%t ";"D:/data/postgresql.conf";413
"log_timezone";"Europe/Moscow";"";"Reporting and Logging / What to Log";"Sets the time zone to use in log messages.";"";"sighup";"string";"configuration file";"";"";"";"GMT";"Europe/Moscow";"D:/data/postgresql.conf";438
"logging_collector";"on";"";"Reporting and Logging / Where to Log";"Start a subprocess to capture stderr output and/or csvlogs into log files.";"";"postmaster";"bool";"configuration file";"";"";"";"off";"on";"D:/data/postgresql.conf";321
"max_connections";"100";"";"Connections and Authentication / Connection Settings";"Sets the maximum number of concurrent connections.";"";"postmaster";"integer";"configuration file";"1";"8388607";"";"100";"100";"D:/data/postgresql.conf";64
"max_stack_depth";"2048";"kB";"Resource Usage / Memory";"Sets the maximum stack depth, in kilobytes.";"";"superuser";"integer";"environment variable";"100";"2097151";"";"100";"2048";"";
"port";"5432";"";"Connections and Authentication / Connection Settings";"Sets the TCP port the server listens on.";"";"postmaster";"integer";"configuration file";"1";"65535";"";"5432";"5432";"D:/data/postgresql.conf";63
"server_encoding";"UTF8";"";"Client Connection Defaults / Locale and Formatting";"Sets the server (database) character set encoding.";"";"internal";"string";"override";"";"";"";"SQL_ASCII";"UTF8";"";
"TimeZone";"Europe/Moscow";"";"Client Connection Defaults / Locale and Formatting";"Sets the time zone for displaying and interpreting time stamps.";"";"user";"string";"configuration file";"";"";"";"GMT";"Europe/Moscow";"D:/data/postgresql.conf";525
"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";"";
"transaction_isolation";"read committed";"";"Client Connection Defaults / Statement Behavior";"Sets the current transaction's isolation level.";"";"user";"string";"override";"";"";"";"default";"default";"";
"transaction_read_only";"off";"";"Client Connection Defaults / Statement Behavior";"Sets the current transaction's read-only status.";"";"user";"bool";"override";"";"";"";"off";"off";"";
"wal_buffers";"32";"8kB";"Write-Ahead Log / Settings";"Sets the number of disk-page buffers in shared memory for WAL.";"";"postmaster";"integer";"override";"-1";"262143";"";"-1";"32";"";
