Not able to create collation on Windows

From: Murtuza Zabuawala <murtuza(dot)zabuawala(at)enterprisedb(dot)com>
To: PostgreSQL mailing lists <pgsql-general(at)postgresql(dot)org>
Subject: Not able to create collation on Windows
Date: 2017-08-01 07:21:02
Message-ID: CAKKotZSAykyya2tFOu4gzvuMOuYzTt1OSKKb+c6eg0D76H1pog@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi,

I am trying to create collation on windows using default POSIX collation
with pgAdmin3 but I am getting error as shown in screenshot, Can someone
suggest how to fix this?

*Syntax:*
CREATE COLLATION public.test from pg_catalog."POSIX";

*Error:*
ERROR: could not create locale "POSIX". No error
(Refer screenshot for more information.)

On Postgres website, It is mentioned that POSIX is available on all
platform.
https://www.postgresql.org/docs/9.4/static/collation.html
*On all platforms, the collations named default, C, and POSIX are
available. Additional collations may be available depending on operating
system support.*

--
Regards,
Murtuza Zabuawala

Attachment Content-Type Size
image/png 34.9 KB
getting_error.png image/png 167.8 KB

Browse pgsql-general by date

  From Date Subject
Next Message Murtuza Zabuawala 2017-08-01 07:39:45 Not able to create collation on Windows
Previous Message Alex Samad 2017-08-01 06:16:29 Re: Question about loading up a table