aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/misc/postgresql.conf.sample
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2002-11-08 17:37:52 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2002-11-08 17:37:52 +0000
commitd2c744aa56aca7fe756a156a8e2109aaa676e54f (patch)
treec60eaa7b71536a84e20e883da6b28d7ad60fc229 /src/backend/utils/misc/postgresql.conf.sample
parentfef731d1c40e0cfd98d8a3cb724f696c9abe6f7d (diff)
downloadpostgresql-d2c744aa56aca7fe756a156a8e2109aaa676e54f.tar.gz
postgresql-d2c744aa56aca7fe756a156a8e2109aaa676e54f.zip
Add extra_float_digits GUC parameter to allow adjustment of displayed
precision for float4, float8, and geometric types. Set it in pg_dump so that float data can be dumped/reloaded exactly (at least on platforms where the float I/O support is properly implemented). Initial patch by Pedro Ferreira, some additional work by Tom Lane.
Diffstat (limited to 'src/backend/utils/misc/postgresql.conf.sample')
-rw-r--r--src/backend/utils/misc/postgresql.conf.sample3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/backend/utils/misc/postgresql.conf.sample b/src/backend/utils/misc/postgresql.conf.sample
index c5973422635..ee721a358a8 100644
--- a/src/backend/utils/misc/postgresql.conf.sample
+++ b/src/backend/utils/misc/postgresql.conf.sample
@@ -127,7 +127,7 @@
#log_duration = false
#log_timestamp = false
-#log_min_error_statement = error # Values in order of increasing severity:
+#log_min_error_statement = error # Values in order of increasing severity:
# debug5, debug4, debug3, debug2, debug1,
# info, notice, warning, error
#debug_print_parse = false
@@ -198,6 +198,7 @@
#authentication_timeout = 60 # 1-600, in seconds
#deadlock_timeout = 1000 # in milliseconds
#default_transaction_isolation = 'read committed'
+#extra_float_digits = 0 # min -15, max 2
#max_expr_depth = 10000 # min 10
#max_files_per_process = 1000 # min 25
#password_encryption = true