diff options
author | Glenn Davy | 2013-01-15 23:07:06 +0000 |
---|---|---|
committer | Glenn Davy | 2013-01-15 23:07:06 +0000 |
commit | 146bdc280056fcc4cd9bc0385601f03c8c62e01d (patch) | |
tree | 3173cee9833668ae68f696c105fe80f0f01501f2 /python/skytools/quoting.py | |
parent | a81cb763a3a7d12337808c0b9e501af97c9c8b53 (diff) |
Added pg keyword 'authorization'
Diffstat (limited to 'python/skytools/quoting.py')
-rw-r--r-- | python/skytools/quoting.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/skytools/quoting.py b/python/skytools/quoting.py index bb1263a6..ec8bd8c3 100644 --- a/python/skytools/quoting.py +++ b/python/skytools/quoting.py @@ -53,7 +53,7 @@ def quote_statement(sql, dict_or_list): # reserved keywords _ident_kwmap = { "all":1, "analyse":1, "analyze":1, "and":1, "any":1, "array":1, "as":1, -"asc":1, "asymmetric":1, "both":1, "case":1, "cast":1, "check":1, "collate":1, +"asc":1, "asymmetric":1, "authorization":1, "both":1, "case":1, "cast":1, "check":1, "collate":1, "column":1, "constraint":1, "create":1, "current_date":1, "current_role":1, "current_time":1, "current_timestamp":1, "current_user":1, "default":1, "deferrable":1, "desc":1, "distinct":1, "do":1, "else":1, "end":1, "except":1, |