Quote column names when inserting CDRs into postgres to avoid conflicts
authorSean Bright <sean@malleable.com>
Sun, 29 Jun 2008 12:06:46 +0000 (12:06 +0000)
committerSean Bright <sean@malleable.com>
Sun, 29 Jun 2008 12:06:46 +0000 (12:06 +0000)
commit044a7b945f28b837b3fc987f236cee28e0429e46
tree1304a3cb58e7972f5d0ae3c8be92513b61677e93
parent19830f3359c6a6d9537b7c2d519ebaa663d091f6
Quote column names when inserting CDRs into postgres to avoid conflicts
with reserved words.

(closes issue #12947)
Reported by: panolex

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@126274 65c4cc65-6c06-0410-ace0-fbb531ad65f3
cdr/cdr_pgsql.c