aboutsummaryrefslogtreecommitdiffstats
path: root/configs/res_pgsql.conf.sample
diff options
context:
space:
mode:
authortilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2008-06-05 19:07:27 +0000
committertilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2008-06-05 19:07:27 +0000
commit13366a3a41485cc4a8aadcd81eb99b674c0f2abf (patch)
tree587127c83bf7f01e5c281920e0b216eec48c8344 /configs/res_pgsql.conf.sample
parent18a9621da9bf0d4e71480a50d0534d5743bb1a4c (diff)
Merge the adaptive realtime branch, which will make adding new required fields
to realtime less painful in the future. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@120789 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'configs/res_pgsql.conf.sample')
-rw-r--r--configs/res_pgsql.conf.sample8
1 files changed, 8 insertions, 0 deletions
diff --git a/configs/res_pgsql.conf.sample b/configs/res_pgsql.conf.sample
index 1ec2293e2..cfb8538bd 100644
--- a/configs/res_pgsql.conf.sample
+++ b/configs/res_pgsql.conf.sample
@@ -12,3 +12,11 @@ dbport=5432
dbname=asterisk
dbuser=asterisk
dbpass=password
+;
+; requirements - At startup, each realtime family will make requirements
+; on the backend. There are several strategies for handling requirements:
+; warn - Warn if the required column does not exist.
+; createclose - Create columns as close to the requirements as possible.
+; createchar - Create char columns only
+;
+requirements=warn