Re: Creating a database with a non-predefined collation

2020-03-29 Thread Laurenz Albe
On Sun, 2020-03-29 at 23:31 +0200, Shay Rojansky wrote: > While working on first-class support for PG collations in the Entity > Framework Core ORM, > I've come across an interesting problem: it doesn't seem to be possible to > create a > database with a collation that isn't predefined, and there

Creating a database with a non-predefined collation

2020-03-29 Thread Shay Rojansky
Greetings hackers. While working on first-class support for PG collations in the Entity Framework Core ORM, I've come across an interesting problem: it doesn't seem to be possible to create a database with a collation that isn't predefined, and there doesn't seem to be a way to add to that list. I