Opened 4 years ago

Closed 3 years ago

#32046 closed New feature (fixed)

Add a postgres operation to create collations.

Reported by: Tom Carrick Owned by: Tom Carrick
Component: contrib.postgres Version: dev
Severity: Normal Keywords:
Cc: Triage Stage: Ready for checkin
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

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)

comment:1 by Mariusz Felisiak, 4 years ago

Triage Stage: UnreviewedAccepted

comment:2 by Tom Carrick, 4 years ago

Owner: set to Tom Carrick
Status: newassigned

comment:3 by Tom Carrick, 3 years ago

Has patch: set

comment:4 by Mariusz Felisiak, 3 years ago

Patch needs improvement: set

comment:5 by Tom Carrick, 3 years ago

Patch needs improvement: unset

comment:6 by Mariusz Felisiak, 3 years ago

Patch needs improvement: set

comment:7 by Tom Carrick, 3 years ago

Patch needs improvement: unset

comment:8 by Mariusz Felisiak, 3 years ago

Triage Stage: AcceptedReady for checkin

comment:9 by Mariusz Felisiak <felisiak.mariusz@…>, 3 years ago

Resolution: fixed
Status: assignedclosed

In f5e07601:

Fixed #32046 -- Added CreateCollation/RemoveCollation operations for PostgreSQL.

Note: See TracTickets for help on using tickets.
Back to Top