aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/misc/postgresql.conf.sample
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2003-02-06 20:25:33 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2003-02-06 20:25:33 +0000
commit77ede8900d96647a8293d76d08c0c5d47cc1049e (patch)
tree79b54813dc073aa4c4c4d9877ed6c3a38068df1f /src/backend/utils/misc/postgresql.conf.sample
parent465ed56531aa41536925d2169a7c3c99f9860eb8 (diff)
downloadpostgresql-77ede8900d96647a8293d76d08c0c5d47cc1049e.tar.gz
postgresql-77ede8900d96647a8293d76d08c0c5d47cc1049e.zip
Create a GUC variable REGEX_FLAVOR to control the type of regular
expression accepted by the regex operators, per discussion yesterday. Along the way, reduce deadlock_timeout from PGC_POSTMASTER to PGC_SIGHUP category. It is probably best to insist that all backends share the same setting, but that doesn't mean it has to be frozen at startup.
Diffstat (limited to 'src/backend/utils/misc/postgresql.conf.sample')
-rw-r--r--src/backend/utils/misc/postgresql.conf.sample1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/backend/utils/misc/postgresql.conf.sample b/src/backend/utils/misc/postgresql.conf.sample
index 2e7d63024b7..f40c2a00355 100644
--- a/src/backend/utils/misc/postgresql.conf.sample
+++ b/src/backend/utils/misc/postgresql.conf.sample
@@ -208,6 +208,7 @@
#max_expr_depth = 10000 # min 10
#max_files_per_process = 1000 # min 25
#password_encryption = true
+#regex_flavor = advanced # advanced, extended, or basic
#sql_inheritance = true
#transform_null_equals = false
#statement_timeout = 0 # 0 is disabled, in milliseconds