﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
32046	Add a postgres operation to create collations.	Tom Carrick	Tom Carrick	"Briefly discussed in [https://groups.google.com/u/2/g/django-developers/c/djMQwwxtCVY 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.

[https://www.postgresql.org/docs/current/sql-createcollation.html Postgres documentation].

"	New feature	closed	contrib.postgres	dev	Normal	fixed			Ready for checkin	1	0	0	0	0	0
