Skip to content

Commit

Permalink
azurerm_postgresql_database - update the validation of collation (#24070
Browse files Browse the repository at this point in the history
)

Co-authored-by: Lars G. Musæus <lars.musaus@bekk.no>
  • Loading branch information
larsgmu and Lars G. Musæus authored Nov 30, 2023
1 parent 9be911e commit 2c54755
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 @@ -277,6 +277,7 @@ var specialCases = map[string]struct{}{
"English_United Kingdom.1252": {},
"English_United States.1252": {},
"French_France.1252": {},
"Norwegian_Norway.1252": {},
"ucs_basic": {},
"default": {},
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ func TestPostgresqlDatabaseCollation_SpecialCases(t *testing.T) {
"English_United States.1252": {},
"En-US": {},
"French_France.1252": {},
"Norwegian_Norway.1252": {},
"ucs_basic": {},
"default": {},
}
Expand Down

0 comments on commit 2c54755

Please sign in to comment.