Skip to content

Commit

Permalink
azurerm_postgresql_database - update the validation of collation (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
neil-yechenwei authored Nov 6, 2023
1 parent bd325ed commit b95f902
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -276,6 +276,7 @@ var specialCases = map[string]struct{}{
"POSIX": {},
"English_United Kingdom.1252": {},
"English_United States.1252": {},
"French_France.1252": {},
"ucs_basic": {},
"default": {},
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ func TestPostgresqlDatabaseCollation_SpecialCases(t *testing.T) {
"English_United Kingdom.1252": {},
"English_United States.1252": {},
"En-US": {},
"French_France.1252": {},
"ucs_basic": {},
"default": {},
}
Expand Down

0 comments on commit b95f902

Please sign in to comment.