Add a postgres operation to create collations.
Briefly discussed in this mailing list thread.
For Postgres users to be able to use useful collations, we should add a CreateCollation operation in contrib.postgres, so the user can add e.g. case-insensitive, accent-insensitive, specific language collations, etc. without needing to use a RunSQL operation.
Postgres documentation.
Change History
(9)
| Triage Stage: |
Unreviewed → Accepted
|
| Owner: |
set to Tom Carrick
|
| Status: |
new → assigned
|
| Patch needs improvement: |
set
|
| Patch needs improvement: |
unset
|
| Patch needs improvement: |
set
|
| Patch needs improvement: |
unset
|
| Triage Stage: |
Accepted → Ready for checkin
|
| Resolution: |
→ fixed
|
| Status: |
assigned → closed
|
In f5e07601: