OSDN Git Service

Create a GUC variable REGEX_FLAVOR to control the type of regular
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 6 Feb 2003 20:25:33 +0000 (20:25 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 6 Feb 2003 20:25:33 +0000 (20:25 +0000)
commit77ede8900d96647a8293d76d08c0c5d47cc1049e
tree79b54813dc073aa4c4c4d9877ed6c3a38068df1f
parent465ed56531aa41536925d2169a7c3c99f9860eb8
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.
doc/src/sgml/func.sgml
doc/src/sgml/runtime.sgml
src/backend/utils/adt/regexp.c
src/backend/utils/misc/guc.c
src/backend/utils/misc/postgresql.conf.sample
src/bin/psql/tab-complete.c
src/include/utils/builtins.h