summaryrefslogtreecommitdiff
path: root/src/backend/utils/misc/postgresql.conf.sample
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2001-06-18 16:14:44 +0000
committerBruce Momjian <bruce@momjian.us>2001-06-18 16:14:44 +0000
commit7dac778561808267a064c0709e44a19057ab52f5 (patch)
tree535dde59eab723ba6ea4f05f3b8cb66553dc791e /src/backend/utils/misc/postgresql.conf.sample
parent49ce6fff1d3415257404899e30733aefdfee2a06 (diff)
Add GUC setting for Australian timezones. Uses new GUC boolean callback
functions to clear date cache. Allow regression tests to pass when timezone set.
Diffstat (limited to 'src/backend/utils/misc/postgresql.conf.sample')
-rw-r--r--src/backend/utils/misc/postgresql.conf.sample28
1 files changed, 10 insertions, 18 deletions
diff --git a/src/backend/utils/misc/postgresql.conf.sample b/src/backend/utils/misc/postgresql.conf.sample
index a493eed21e8..a77666d9f44 100644
--- a/src/backend/utils/misc/postgresql.conf.sample
+++ b/src/backend/utils/misc/postgresql.conf.sample
@@ -85,24 +85,6 @@
#
-# Inheritance
-#
-#sql_inheritance = true
-
-
-#
-# Deadlock
-#
-#deadlock_timeout = 1000
-
-
-#
-# Expression Depth Limitation
-#
-#max_expr_depth = 10000 # min 10
-
-
-#
# Write-ahead log (WAL)
#
#wal_buffers = 8 # min 4
@@ -172,3 +154,13 @@
#trace_lock_oidmin = 16384
#trace_lock_table = 0
#endif
+
+
+#
+# Misc
+#
+#sql_inheritance = true
+#australian_timezones = false
+#deadlock_timeout = 1000
+#max_expr_depth = 10000 # min 10
+