From 146bdc280056fcc4cd9bc0385601f03c8c62e01d Mon Sep 17 00:00:00 2001 From: Glenn Davy Date: Wed, 16 Jan 2013 10:07:06 +1100 Subject: [PATCH] Added pg keyword 'authorization' --- python/skytools/quoting.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- 2.39.5