From 855824a793803ef578f6f701fec6d34b30a17243 Mon Sep 17 00:00:00 2001 From: formica2 Date: Mon, 23 Dec 2024 13:22:29 +0300 Subject: [PATCH] Add postgres keyword authorization --- postgres/dialect.go | 1 + 1 file changed, 1 insertion(+) 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",