Skip to content

Commit 5b9f3f3

Browse files
author
Jesse Claven
committed
1 parent 3749416 commit 5b9f3f3

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

sqlparse/keywords.py

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -811,6 +811,33 @@ def is_keyword(value):
811811
'INHERIT': tokens.Keyword,
812812
'INDEXES': tokens.Keyword,
813813

814+
'BYTEA': tokens.Keyword,
815+
'BIGSERIAL': tokens.Keyword,
816+
'BIT VARYING': tokens.Keyword,
817+
'BOX': tokens.Keyword,
818+
'CHARACTER': tokens.Keyword,
819+
'CHARACTER VARYING': tokens.Keyword,
820+
'CIDR': tokens.Keyword,
821+
'CIRCLE': tokens.Keyword,
822+
'DOUBLE PRECISION': tokens.Keyword,
823+
'INET': tokens.Keyword,
824+
'JSON': tokens.Keyword,
825+
'JSONB': tokens.Keyword,
826+
'LINE': tokens.Keyword,
827+
'LSEG': tokens.Keyword,
828+
'MACADDR': tokens.Keyword,
829+
'MONEY': tokens.Keyword,
830+
'PATH': tokens.Keyword,
831+
'PG_LSN': tokens.Keyword,
832+
'POINT': tokens.Keyword,
833+
'POLYGON': tokens.Keyword,
834+
'SMALLSERIAL': tokens.Keyword,
835+
'TSQUERY': tokens.Keyword,
836+
'TSVECTOR': tokens.Keyword,
837+
'TXID_SNAPSHOT': tokens.Keyword,
838+
'UUID': tokens.Keyword,
839+
'XML': tokens.Keyword,
840+
814841
'FOR': tokens.Keyword,
815842
'IN': tokens.Keyword,
816843
'LOOP': tokens.Keyword,

0 commit comments

Comments
 (0)