diff --git a/postgres/dialect.go b/postgres/dialect.go index 14929ad..fb9794d 100644 --- a/postgres/dialect.go +++ b/postgres/dialect.go @@ -121,6 +121,7 @@ var reservedWords = []string{ "AS", "ASC", "ASYMMETRIC", + "AUTHORIZATION", "BOTH", "CASE", "CAST",