summaryrefslogtreecommitdiff
path: root/configs/samples/cel_pgsql.conf.sample
diff options
context:
space:
mode:
Diffstat (limited to 'configs/samples/cel_pgsql.conf.sample')
-rw-r--r--configs/samples/cel_pgsql.conf.sample2
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/samples/cel_pgsql.conf.sample b/configs/samples/cel_pgsql.conf.sample
index 30c789e4c..13fe06926 100644
--- a/configs/samples/cel_pgsql.conf.sample
+++ b/configs/samples/cel_pgsql.conf.sample
@@ -68,4 +68,6 @@
;password=password
;user=postgres
;table=cel ;SQL table where CEL's will be inserted
+;schema=public ;Schema where CEL's table is located. Optional parameter.
+ ;If schema support is present the default value used will be current_schema().
;appname=asterisk ; Postgres application_name support (optional). Whitespace not allowed.