summaryrefslogtreecommitdiff
path: root/sqlparse
diff options
context:
space:
mode:
authorJean-Martin Archer <jm@jmartin.ca>2020-12-02 22:30:15 -0800
committerAndi Albrecht <albrecht.andi@gmail.com>2020-12-12 09:27:24 +0100
commitacc2810d1275154c4e93debe82d319e15c507d61 (patch)
tree4451cc5b38b524bdfd8252f703eaaa104765f5ab /sqlparse
parent282bcf1048c472e3eddd83a331f8d4e857a2c5eb (diff)
downloadsqlparse-acc2810d1275154c4e93debe82d319e15c507d61.tar.gz
keyword, add ON_ERROR_STOP
Diffstat (limited to 'sqlparse')
-rw-r--r--sqlparse/keywords.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/sqlparse/keywords.py b/sqlparse/keywords.py
index 4f2050e..26dd3b3 100644
--- a/sqlparse/keywords.py
+++ b/sqlparse/keywords.py
@@ -843,6 +843,7 @@ KEYWORDS_PLPGSQL = {
'PLPGSQL': tokens.Keyword,
'INHERIT': tokens.Keyword,
'INDEXES': tokens.Keyword,
+ 'ON_ERROR_STOP': tokens.Keyword,
'BYTEA': tokens.Keyword,
'BIGSERIAL': tokens.Keyword,