diff --git a/dialect_postgres.go b/dialect_postgres.go index 75aef9ba..6fdf4df1 100644 --- a/dialect_postgres.go +++ b/dialect_postgres.go @@ -13,6 +13,7 @@ type postgres struct { func init() { RegisterDialect("postgres", &postgres{}) + RegisterDialect("cloudsqlpostgres", &postgres{}) } func (postgres) GetName() string {