SVN Commit by andreas: r4157 - in trunk/pgadmin3: il8n src/schema src/ui - Mailing list pgadmin-hackers

From svn@pgadmin.org
Subject SVN Commit by andreas: r4157 - in trunk/pgadmin3: il8n src/schema src/ui
Date
Msg-id 200505081249.j48CnSsP032008@developer.pgadmin.org
Whole thread Raw
List pgadmin-hackers
Author: andreas
Date: 2005-05-08 13:49:28 +0100 (Sun, 08 May 2005)
New Revision: 4157

Added:
   trunk/pgadmin3/il8n/pg_settings.csv
Removed:
   trunk/pgadmin3/src/ui/pg_settings.csv
Modified:
   trunk/pgadmin3/src/schema/pgObject.cpp
Log:
another il8n move
fix referencing typo

Copied: trunk/pgadmin3/il8n/pg_settings.csv (from rev 4156, trunk/pgadmin3/src/ui/pg_settings.csv)

Modified: trunk/pgadmin3/src/schema/pgObject.cpp
===================================================================
--- trunk/pgadmin3/src/schema/pgObject.cpp    2005-05-06 21:54:33 UTC (rev 4156)
+++ trunk/pgadmin3/src/schema/pgObject.cpp    2005-05-08 12:49:28 UTC (rev 4157)
@@ -385,7 +385,7 @@
         wxT("  LEFT JOIN pg_rewrite rw ON dep.objid=rw.oid\n")
         wxT("  LEFT JOIN pg_class clrw ON clrw.oid=rw.ev_class\n")
         wxT("  LEFT JOIN pg_namespace nsrw ON cl.relnamespace=nsrw.oid\n")
-        wxT("  LEFT JOIN pg_language la ON dep.refobjid=la.oid\n")
+        wxT("  LEFT JOIN pg_language la ON dep.objid=la.oid\n")
         wxT("  LEFT JOIN pg_namespace ns ON dep.objid=ns.oid\n")
         + where, wxT("classid"));
 }

Deleted: trunk/pgadmin3/src/ui/pg_settings.csv
===================================================================
--- trunk/pgadmin3/src/ui/pg_settings.csv    2005-05-06 21:54:33 UTC (rev 4156)
+++ trunk/pgadmin3/src/ui/pg_settings.csv    2005-05-08 12:49:28 UTC (rev 4157)
@@ -1,138 +0,0 @@
-name;setting;category;short_desc;extra_desc;context;vartype;source;min_val;max_val
-"add_missing_from";"on";"Version and Platform Compatibility / Previous PostgreSQL Versions";"Automatically adds
missingtable references to FROM clauses.";"";"user";"bool";"default";"";"" 
-"archive_command";"unset";"Write-Ahead Log / Settings";"WAL archiving command.";"The shell command that will be called
toarchive a WAL file.";"sighup";"string";"default";"";"" 
-"australian_timezones";"off";"Client Connection Defaults / Locale and Formatting";"Interprets ACST, CST, EST, and SAT
asAustralian time zones.";"Otherwise they are interpreted as North/South American time zones and
Saturday.";"user";"bool";"default";"";""
-"authentication_timeout";"60";"Connections and Authentication / Security and Authentication";"Sets the maximum time in
secondsto complete client authentication.";"";"sighup";"integer";"default";"1";"600" 
-"bgwriter_delay";"200";"Resource Usage";"Background writer sleep time between rounds in
milliseconds";"";"sighup";"integer";"default";"10";"10000"
-"bgwriter_maxpages";"100";"Resource Usage";"Background writer maximum number of pages to flush per
round";"";"sighup";"integer";"default";"0";"1000"
-"bgwriter_percent";"1";"Resource Usage";"Background writer percentage of dirty buffers to flush per
round";"";"sighup";"integer";"default";"0";"100"
-"block_size";"8192";"Preset Options";"Shows size of a disk block";"";"internal";"integer";"default";"8192";"8192"
-"check_function_bodies";"on";"Client Connection Defaults / Statement Behavior";"Check function bodies during CREATE
FUNCTION.";"";"user";"bool";"default";"";""
-"checkpoint_segments";"3";"Write-Ahead Log / Checkpoints";"Sets the maximum distance in log segments between automatic
WALcheckpoints.";"";"sighup";"integer";"default";"1";"2147483647" 
-"checkpoint_timeout";"300";"Write-Ahead Log / Checkpoints";"Sets the maximum time in seconds between automatic WAL
checkpoints.";"";"sighup";"integer";"default";"30";"3600"
-"checkpoint_warning";"30";"Write-Ahead Log / Checkpoints";"Logs if filling of checkpoint segments happens more
frequentlythan this (in seconds).";"Write a message to the server log if checkpoints caused by the filling of
checkpointsegment files happens more frequently than this number of seconds. Zero turns off the
warning.";"sighup";"integer";"default";"0";"2147483647"
-"client_encoding";"SQL_ASCII";"Client Connection Defaults / Locale and Formatting";"Sets the client's character set
encoding.";"";"user";"string";"session";"";""
-"client_min_messages";"notice";"Reporting and Logging / When to Log";"Sets the message levels that are sent to the
client.";"Validvalues are DEBUG5, DEBUG4, DEBUG3, DEBUG2, DEBUG1, LOG, NOTICE, WARNING, and ERROR. Each level includes
allthe levels that follow it. The later the level, the fewer messages are sent.";"user";"string";"default";"";"" 
-"commit_delay";"0";"Write-Ahead Log / Checkpoints";"Sets the delay in microseconds between transaction commit and
flushingWAL to disk.";"";"user";"integer";"default";"0";"100000" 
-"commit_siblings";"5";"Write-Ahead Log / Checkpoints";"Sets the minimum concurrent open transactions before performing
commit_delay.";"";"user";"integer";"default";"1";"1000"
-"config_file";"C:/Program Files/PostgreSQL/8.0.0-beta5/data/postgresql.conf";"File Locations";"Sets the server's main
configurationfile.";"";"postmaster";"string";"override";"";"" 
-"cpu_index_tuple_cost";"0.001";"Query Tuning / Planner Cost Constants";"Sets the planner's estimate of processing cost
foreach index tuple (row) during index scan.";"This is measured as a fraction of the cost of a sequential page
fetch.";"user";"real";"default";"0";"1.79769e+308"
-"cpu_operator_cost";"0.0025";"Query Tuning / Planner Cost Constants";"Sets the planner's estimate of processing cost
ofeach operator in WHERE.";"This is measured as a fraction of the cost of a sequential page
fetch.";"user";"real";"default";"0";"1.79769e+308"
-"cpu_tuple_cost";"0.01";"Query Tuning / Planner Cost Constants";"Sets the planner's estimate of the cost of processing
eachtuple (row).";"This is measured as a fraction of the cost of a sequential page
fetch.";"user";"real";"default";"0";"1.79769e+308"
-"custom_variable_classes";"unset";"Resource Usage / Kernel Resources";"Sets the list of known custom variable
classes.";"";"postmaster";"string";"default";"";""
-"data_directory";"C:/Program Files/PostgreSQL/8.0.0-beta5/data";"File Locations";"Sets the server's data
directory.";"";"postmaster";"string";"override";"";""
-"DateStyle";"ISO, MDY";"Client Connection Defaults / Locale and Formatting";"Sets the display format for date and time
values.";"Alsocontrols interpretation of ambiguous date inputs.";"user";"string";"default";"";"" 
-"db_user_namespace";"off";"Connections and Authentication / Security and Authentication";"Enables per-database user
names.";"";"sighup";"bool";"default";"";""
-"deadlock_timeout";"1000";"Lock Management";"The time in milliseconds to wait on lock before checking for
deadlock.";"";"sighup";"integer";"default";"0";"2147483647"
-"debug_pretty_print";"off";"Reporting and Logging / What to Log";"Indents parse and plan tree
displays.";"";"user";"bool";"default";"";""
-"debug_print_parse";"off";"Reporting and Logging / What to Log";"Prints the parse tree to the server
log.";"";"user";"bool";"default";"";""
-"debug_print_plan";"off";"Reporting and Logging / What to Log";"Prints the execution plan to server
log.";"";"user";"bool";"default";"";""
-"debug_print_rewritten";"off";"Reporting and Logging / What to Log";"Prints the parse tree after rewriting to server
log.";"";"user";"bool";"default";"";""
-"debug_shared_buffers";"0";"Statistics / Monitoring";"Interval to report shared buffer status in
seconds";"";"postmaster";"integer";"default";"0";"600"
-"default_statistics_target";"10";"Query Tuning / Other Planner Options";"Sets the default statistics target.";"This
appliesto table columns that have not had a column-specific target set via ALTER TABLE SET
STATISTICS.";"user";"integer";"default";"1";"1000"
-"default_tablespace";"unset";"Client Connection Defaults / Statement Behavior";"Sets the default tablespace to create
tablesand indexes in.";"An empty string selects the database's default tablespace.";"user";"string";"default";"";"" 
-"default_transaction_isolation";"read committed";"Client Connection Defaults / Statement Behavior";"Sets the
transactionisolation level of each new transaction.";"Each SQL transaction has an isolation level, which can be either
""readuncommitted"", ""read committed"", ""repeatable read"", or ""serializable"".";"user";"string";"default";"";"" 
-"default_transaction_read_only";"off";"Client Connection Defaults / Statement Behavior";"Sets the default read-only
statusof new transactions.";"";"user";"bool";"default";"";"" 
-"default_with_oids";"on";"Version and Platform Compatibility / Previous PostgreSQL Versions";"By default,
newly-createdtables should have OIDs.";"";"user";"bool";"default";"";"" 
-"dynamic_library_path";"$libdir";"Client Connection Defaults / Other Defaults";"Sets the path for dynamically loadable
modules.";"Ifa dynamically loadable module needs to be opened and the specified name does not have a directory
component(i.e., the name does not contain a slash), the system will search this path for the specified
file.";"superuser";"string";"default";"";""
-"effective_cache_size";"1000";"Query Tuning / Planner Cost Constants";"Sets the planner's assumption about size of the
diskcache.";"That is, the portion of the kernel's disk cache that will be used for PostgreSQL data files. This is
measuredin disk pages, which are normally 8 kB each.";"user";"real";"default";"1";"1.79769e+308" 
-"enable_hashagg";"on";"Query Tuning / Planner Method Configuration";"Enables the planner's use of hashed aggregation
plans.";"";"user";"bool";"default";"";""
-"enable_hashjoin";"on";"Query Tuning / Planner Method Configuration";"Enables the planner's use of hash join
plans.";"";"user";"bool";"default";"";""
-"enable_indexscan";"on";"Query Tuning / Planner Method Configuration";"Enables the planner's use of index-scan
plans.";"";"user";"bool";"default";"";""
-"enable_mergejoin";"on";"Query Tuning / Planner Method Configuration";"Enables the planner's use of merge join
plans.";"";"user";"bool";"default";"";""
-"enable_nestloop";"on";"Query Tuning / Planner Method Configuration";"Enables the planner's use of nested-loop join
plans.";"";"user";"bool";"default";"";""
-"enable_seqscan";"on";"Query Tuning / Planner Method Configuration";"Enables the planner's use of sequential-scan
plans.";"";"user";"bool";"default";"";""
-"enable_sort";"on";"Query Tuning / Planner Method Configuration";"Enables the planner's use of explicit sort
steps.";"";"user";"bool";"default";"";""
-"enable_tidscan";"on";"Query Tuning / Planner Method Configuration";"Enables the planner's use of TID scan
plans.";"";"user";"bool";"default";"";""
-"explain_pretty_print";"on";"Client Connection Defaults / Other Defaults";"Uses the indented output format for EXPLAIN
VERBOSE.";"";"user";"bool";"default";"";""
-"external_pid_file";"unset";"File Locations";"Writes the postmaster PID to the specified
file.";"";"postmaster";"string";"default";"";""
-"extra_float_digits";"0";"Client Connection Defaults / Locale and Formatting";"Sets the number of digits displayed for
floating-pointvalues.";"This affects real, double precision, and geometric data types. The parameter value is added to
thestandard number of digits (FLT_DIG or DBL_DIG as appropriate).";"user";"integer";"default";"-15";"2" 
-"from_collapse_limit";"8";"Query Tuning / Other Planner Options";"Sets the FROM-list size beyond which subqueries are
notcollapsed.";"The planner will merge subqueries into upper queries if the resulting FROM list would have no more than
thismany items.";"user";"integer";"default";"1";"2147483647" 
-"fsync";"on";"Write-Ahead Log / Settings";"Forces synchronization of updates to disk.";"The server will use the
fsync()system call in several places to make sure that updates are physically written to disk. This insures that a
databasecluster will recover to a consistent state after an operating system or hardware
crash.";"sighup";"bool";"default";"";""
-"geqo";"on";"Query Tuning / Genetic Query Optimizer";"Enables genetic query optimization.";"This algorithm attempts to
doplanning without exhaustive searching.";"user";"bool";"default";"";"" 
-"geqo_effort";"5";"Query Tuning / Genetic Query Optimizer";"GEQO: effort is used to set the default for other GEQO
parameters.";"";"user";"integer";"default";"1";"10"
-"geqo_generations";"0";"Query Tuning / Genetic Query Optimizer";"GEQO: number of iterations of the algorithm.";"Zero
selectsa suitable default value.";"user";"integer";"default";"0";"2147483647" 
-"geqo_pool_size";"0";"Query Tuning / Genetic Query Optimizer";"GEQO: number of individuals in the population.";"Zero
selectsa suitable default value.";"user";"integer";"default";"0";"2147483647" 
-"geqo_selection_bias";"2";"Query Tuning / Genetic Query Optimizer";"GEQO: selective pressure within the
population.";"";"user";"real";"default";"1.5";"2"
-"geqo_threshold";"12";"Query Tuning / Genetic Query Optimizer";"Sets the threshold of FROM items beyond which GEQO is
used.";"";"user";"integer";"default";"2";"2147483647"
-"hba_file";"C:/Program Files/PostgreSQL/8.0.0-beta5/data/pg_hba.conf";"File Locations";"Sets the server's ""hba""
configurationfile";"";"postmaster";"string";"override";"";"" 
-"ident_file";"C:/Program Files/PostgreSQL/8.0.0-beta5/data/pg_ident.conf";"File Locations";"Sets the server's
""ident""configuration file";"";"postmaster";"string";"override";"";"" 
-"integer_datetimes";"off";"Preset Options";"Datetimes are integer based";"";"internal";"bool";"default";"";""
-"join_collapse_limit";"8";"Query Tuning / Other Planner Options";"Sets the FROM-list size beyond which JOIN constructs
arenot flattened.";"The planner will flatten explicit inner JOIN constructs into lists of FROM items whenever a list of
nomore than this many items would result.";"user";"integer";"default";"1";"2147483647" 
-"krb_server_keyfile";"unset";"Connections and Authentication / Security and Authentication";"Sets the location of the
Kerberosserver key file.";"";"postmaster";"string";"default";"";"" 
-"lc_collate";"C";"Client Connection Defaults / Locale and Formatting";"Shows the collation order
locale.";"";"internal";"string";"override";"";""
-"lc_ctype";"C";"Client Connection Defaults / Locale and Formatting";"Shows the character classification and case
conversionlocale.";"";"internal";"string";"override";"";"" 
-"lc_messages";"C";"Client Connection Defaults / Locale and Formatting";"Sets the language in which messages are
displayed.";"";"superuser";"string";"configurationfile";"";"" 
-"lc_monetary";"C";"Client Connection Defaults / Locale and Formatting";"Sets the locale for formatting monetary
amounts.";"";"user";"string";"configurationfile";"";"" 
-"lc_numeric";"C";"Client Connection Defaults / Locale and Formatting";"Sets the locale for formatting
numbers.";"";"user";"string";"configurationfile";"";"" 
-"lc_time";"C";"Client Connection Defaults / Locale and Formatting";"Sets the locale for formatting date and time
values.";"";"user";"string";"configurationfile";"";"" 
-"listen_addresses";"*";"Connections and Authentication / Connection Settings";"Sets the host name or IP address(es) to
listento.";"";"postmaster";"string";"configuration file";"";"" 
-"log_connections";"off";"Reporting and Logging / What to Log";"Logs each successful
connection.";"";"backend";"bool";"default";"";""
-"log_destination";"stderr";"Reporting and Logging / Where to Log";"Sets the destination for server log output.";"Valid
valuesare combinations of ""stderr"", ""syslog"", and ""eventlog"", depending on the
platform.";"sighup";"string";"configurationfile";"";"" 
-"log_directory";"pg_log";"Reporting and Logging / Where to Log";"Sets the destination directory for log files.";"May
bespecified as relative to the data directory or as absolute path.";"sighup";"string";"default";"";"" 
-"log_disconnections";"off";"Reporting and Logging / What to Log";"Logs end of a session, including
duration.";"";"backend";"bool";"default";"";""
-"log_duration";"off";"Reporting and Logging / What to Log";"Logs the duration of each completed SQL
statement.";"";"superuser";"bool";"default";"";""
-"log_error_verbosity";"default";"Reporting and Logging / When to Log";"Sets the verbosity of logged messages.";"Valid
valuesare ""terse"", ""default"", and ""verbose"".";"superuser";"string";"default";"";"" 
-"log_executor_stats";"off";"Statistics / Monitoring";"Writes executor performance statistics to the server
log.";"";"superuser";"bool";"default";"";""
-"log_filename";"postgresql-%Y-%m-%d_%H%M%S.log";"Reporting and Logging / Where to Log";"Sets the file name pattern for
logfiles.";"";"sighup";"string";"default";"";"" 
-"log_hostname";"off";"Reporting and Logging / What to Log";"Logs the host name in the connection logs.";"By default,
connectionlogs only show the IP address of the connecting host. If you want them to show the host name you can turn
thison, but depending on your host name resolution setup it might impose a non-negligible performance
penalty.";"sighup";"bool";"default";"";""
-"log_line_prefix";"%t ";"Reporting and Logging / What to Log";"Controls information prefixed to each log line";"if
blankno prefix is used";"sighup";"string";"configuration file";"";"" 
-"log_min_duration_statement";"-1";"Reporting and Logging / When to Log";"Sets the minimum execution time in
millisecondsabove which statements will be logged.";"Zero prints all queries. The default is -1 (turning this feature
off).";"superuser";"integer";"default";"-1";"2147483"
-"log_min_error_statement";"panic";"Reporting and Logging / When to Log";"Causes all statements generating error at or
abovethis level to be logged.";"All SQL statements that cause an error of the specified level or a higher level are
logged.";"superuser";"string";"default";"";""
-"log_min_messages";"notice";"Reporting and Logging / When to Log";"Sets the message levels that are logged.";"Valid
valuesare DEBUG5, DEBUG4, DEBUG3, DEBUG2, DEBUG1, INFO, NOTICE, WARNING, ERROR, LOG, FATAL, and PANIC. Each level
includesall the levels that follow it.";"superuser";"string";"default";"";"" 
-"log_parser_stats";"off";"Statistics / Monitoring";"Writes parser performance statistics to the server
log.";"";"superuser";"bool";"default";"";""
-"log_planner_stats";"off";"Statistics / Monitoring";"Writes planner performance statistics to the server
log.";"";"superuser";"bool";"default";"";""
-"log_rotation_age";"1440";"Reporting and Logging / Where to Log";"Automatic log file rotation will occur after N
minutes";"";"sighup";"integer";"default";"0";"35791394"
-"log_rotation_size";"10240";"Reporting and Logging / Where to Log";"Automatic log file rotation will occur after N
kilobytes";"";"sighup";"integer";"default";"0";"2097151"
-"log_statement";"none";"Reporting and Logging / What to Log";"Sets the type of statements logged.";"Valid values are
""none"",""ddl"", ""mod"", and ""all"".";"superuser";"string";"default";"";"" 
-"log_statement_stats";"off";"Statistics / Monitoring";"Writes cumulative performance statistics to the server
log.";"";"superuser";"bool";"default";"";""
-"log_truncate_on_rotation";"off";"Reporting and Logging / Where to Log";"Truncate existing log files of same name
duringlog rotation.";"";"sighup";"bool";"default";"";"" 
-"maintenance_work_mem";"16384";"Resource Usage / Memory";"Sets the maximum memory to be used for maintenance
operations.";"Thisincludes operations such as VACUUM and CREATE INDEX.";"user";"integer";"default";"1024";"2097151" 
-"max_connections";"100";"Connections and Authentication / Connection Settings";"Sets the maximum number of concurrent
connections.";"";"postmaster";"integer";"configurationfile";"1";"262143" 
-"max_files_per_process";"1000";"Resource Usage / Kernel Resources";"Sets the maximum number of simultaneously open
filesfor each server process.";"";"postmaster";"integer";"default";"25";"2147483647" 
-"max_fsm_pages";"20000";"Resource Usage / Free Space Map";"Sets the maximum number of disk pages for which free space
istracked.";"";"postmaster";"integer";"default";"1000";"2147483647" 
-"max_fsm_relations";"1000";"Resource Usage / Free Space Map";"Sets the maximum number of tables and indexes for which
freespace is tracked.";"";"postmaster";"integer";"default";"100";"2147483647" 
-"max_function_args";"32";"Preset Options";"Shows the maximum number of function
arguments.";"";"internal";"integer";"default";"32";"32"
-"max_identifier_length";"63";"Preset Options";"Shows the maximum identifier
length";"";"internal";"integer";"default";"63";"63"
-"max_index_keys";"32";"Preset Options";"Shows the maximum number of index
keys.";"";"internal";"integer";"default";"32";"32"
-"max_locks_per_transaction";"64";"Lock Management";"Sets the maximum number of locks per transaction.";"The shared
locktable is sized on the assumption that at most max_locks_per_transaction * max_connections distinct objects will
needto be locked at any one time.";"postmaster";"integer";"default";"10";"2147483647" 
-"max_stack_depth";"2048";"Resource Usage / Memory";"Sets the maximum stack depth, in
kilobytes.";"";"superuser";"integer";"default";"100";"2097151"
-"password_encryption";"on";"Connections and Authentication / Security and Authentication";"Encrypt passwords.";"When a
passwordis specified in CREATE USER or ALTER USER without writing either ENCRYPTED or UNENCRYPTED, this parameter
determineswhether the password is to be encrypted.";"user";"bool";"default";"";"" 
-"port";"5432";"Connections and Authentication / Connection Settings";"Sets the TCP port the server listens
on.";"";"postmaster";"integer";"configurationfile";"1";"65535" 
-"pre_auth_delay";"0";"Developer Options";"no description available";"";"sighup";"integer";"default";"0";"60"
-"preload_libraries";"unset";"Resource Usage / Kernel Resources";"Lists shared libraries to preload into
server.";"";"postmaster";"string";"default";"";""
-"random_page_cost";"4";"Query Tuning / Planner Cost Constants";"Sets the planner's estimate of the cost of a
nonsequentiallyfetched disk page.";"This is measured as a multiple of the cost of a sequential page fetch. A higher
valuemakes it more likely a sequential scan will be used, a lower value makes it more likely an index scan will be
used.";"user";"real";"default";"0";"1.79769e+308"
-"redirect_stderr";"on";"Reporting and Logging / Where to Log";"Start a subprocess to capture stderr output into log
files.";"";"postmaster";"bool";"configurationfile";"";"" 
-"regex_flavor";"advanced";"Version and Platform Compatibility / Previous PostgreSQL Versions";"Sets the regular
expression""flavor"".";"This can be set to advanced, extended, or basic.";"user";"string";"default";"";"" 
-"rendezvous_name";"unset";"Connections and Authentication / Connection Settings";"Sets the Rendezvous broadcast
servicename.";"";"postmaster";"string";"default";"";"" 
-"search_path";"$user,public";"Client Connection Defaults / Statement Behavior";"Sets the schema search order for names
thatare not schema-qualified.";"";"user";"string";"default";"";"" 
-"server_encoding";"SQL_ASCII";"Client Connection Defaults / Locale and Formatting";"Sets the server (database)
characterset encoding.";"";"internal";"string";"override";"";"" 
-"server_version";"8.0.0beta5";"Preset Options";"Shows the server version.";"";"internal";"string";"default";"";""
-"shared_buffers";"1000";"Resource Usage / Memory";"Sets the number of shared memory buffers used by the
server.";"";"postmaster";"integer";"configurationfile";"16";"262143" 
-"silent_mode";"off";"Reporting and Logging / When to Log";"Runs the server silently.";"If this parameter is set, the
serverwill automatically run in the background and any controlling terminals are
dissociated.";"postmaster";"bool";"default";"";""
-"sql_inheritance";"on";"Version and Platform Compatibility / Previous PostgreSQL Versions";"Causes subtables to be
includedby default in various commands.";"";"user";"bool";"default";"";"" 
-"ssl";"off";"Connections and Authentication / Security and Authentication";"Enables SSL
connections.";"";"postmaster";"bool";"default";"";""
-"statement_timeout";"0";"Client Connection Defaults / Statement Behavior";"Sets the maximum allowed duration (in
milliseconds)of any statement.";"A value of 0 turns off the timeout.";"user";"integer";"default";"0";"2147483647" 
-"stats_block_level";"off";"Statistics / Query and Index Statistics Collector";"Collects block-level statistics on
databaseactivity.";"";"superuser";"bool";"default";"";"" 
-"stats_command_string";"off";"Statistics / Query and Index Statistics Collector";"Collects statistics about executing
commands.";"Enablesthe collection of statistics on the currently executing command of each session, along with the time
atwhich that command began execution.";"superuser";"bool";"default";"";"" 
-"stats_reset_on_server_start";"on";"Statistics / Query and Index Statistics Collector";"Zeroes collected statistics on
serverrestart.";"";"postmaster";"bool";"default";"";"" 
-"stats_row_level";"off";"Statistics / Query and Index Statistics Collector";"Collects row-level statistics on database
activity.";"";"superuser";"bool";"default";"";""
-"stats_start_collector";"on";"Statistics / Query and Index Statistics Collector";"Starts the server
statistics-collectionsubprocess.";"";"postmaster";"bool";"default";"";"" 
-"superuser_reserved_connections";"2";"Connections and Authentication / Connection Settings";"Sets the number of
connectionslots reserved for superusers.";"";"postmaster";"integer";"default";"0";"262143" 
-"TimeZone";"CET";"Client Connection Defaults / Locale and Formatting";"Sets the time zone for displaying and
interpretingtime stamps.";"";"user";"string";"command line";"";"" 
-"trace_notify";"off";"Developer Options";"Generates debugging output for LISTEN and
NOTIFY.";"";"user";"bool";"default";"";""
-"transaction_isolation";"read committed";"Client Connection Defaults / Statement Behavior";"Sets the current
transaction'sisolation level.";"";"user";"string";"override";"";"" 
-"transaction_read_only";"off";"Client Connection Defaults / Statement Behavior";"Sets the current transaction's
read-onlystatus.";"";"user";"bool";"override";"";"" 
-"transform_null_equals";"off";"Version and Platform Compatibility / Other Platforms and Clients";"Treats ""expr=NULL""
as""expr IS NULL"".";"When turned on, expressions of the form expr = NULL (or NULL = expr) are treated as expr IS NULL,
thatis, they return true if expr evaluates to the null value, and false otherwise. The correct behavior of expr = NULL
isto always return null (unknown).";"user";"bool";"default";"";"" 
-"unix_socket_directory";"unset";"Connections and Authentication / Connection Settings";"Sets the directory where the
Unix-domainsocket will be created.";"";"postmaster";"string";"default";"";"" 
-"unix_socket_group";"unset";"Connections and Authentication / Connection Settings";"Sets the owning group of the
Unix-domainsocket.";"(The owning user of the socket is always the user that starts the
server.)";"postmaster";"string";"default";"";""
-"unix_socket_permissions";"511";"Connections and Authentication / Connection Settings";"Sets the access permissions of
theUnix-domain socket.";"Unix-domain sockets use the usual Unix file system permission set. The parameter value is
expectedto be an numeric mode specification in the form accepted by the chmod and umask system calls. (To use the
customaryoctal format the number must start with a 0 (zero).)";"postmaster";"integer";"default";"0";"511" 
-"vacuum_cost_delay";"0";"Resource Usage";"Vacuum cost delay in milliseconds.";"";"user";"integer";"default";"0";"1000"
-"vacuum_cost_limit";"200";"Resource Usage";"Vacuum cost amount available before
napping.";"";"user";"integer";"default";"1";"10000"
-"vacuum_cost_page_dirty";"20";"Resource Usage";"Vacuum cost for a page dirtied by
vacuum.";"";"user";"integer";"default";"0";"10000"
-"vacuum_cost_page_hit";"1";"Resource Usage";"Vacuum cost for a page found in the buffer
cache.";"";"user";"integer";"default";"0";"10000"
-"vacuum_cost_page_miss";"10";"Resource Usage";"Vacuum cost for a page not found in the buffer
cache.";"";"user";"integer";"default";"0";"10000"
-"wal_buffers";"8";"Write-Ahead Log / Settings";"Sets the number of disk-page buffers in shared memory for
WAL.";"";"postmaster";"integer";"default";"4";"262143"
-"wal_sync_method";"fsync";"Write-Ahead Log / Settings";"Selects the method used for forcing WAL updates out to
disk.";"";"sighup";"string";"default";"";""
-"work_mem";"1024";"Resource Usage / Memory";"Sets the maximum memory to be used for query workspaces.";"This much
memorymay be used by each internal sort operation and hash table before switching to temporary disk
files.";"user";"integer";"default";"64";"2097151"
-"zero_damaged_pages";"off";"Developer Options";"Continues processing past damaged page headers.";"Detection of a
damagedpage header normally causes PostgreSQL to report an error, aborting the current transaction. Setting
zero_damaged_pagesto true causes the system to instead report a warning, zero out the damaged page, and continue
processing.This behavior will destroy data, namely all the rows on the damaged
page.";"superuser";"bool";"default";"";""


pgadmin-hackers by date:

Previous
From: "Dave Page"
Date:
Subject: Re: Move of translations
Next
From: svn@pgadmin.org
Date:
Subject: SVN Commit by andreas: r4159 - trunk/pgadmin3/src/dlg