Re: Adding new collations after pg_upgrade? - Mailing list pgsql-general

From rihad
Subject Re: Adding new collations after pg_upgrade?
Date
Msg-id c1b906e9-cf26-1107-a5da-07d3307ab7dc@mail.ru
Whole thread Raw
In response to Re: Adding new collations after pg_upgrade?  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: Adding new collations after pg_upgrade?  (rihad <rihad@mail.ru>)
List pgsql-general
On 01/06/2019 07:51 PM, Tom Lane wrote:
> rihad <rihad@mail.ru> writes:
>> Hi. on a freshly installed 10.6 I can see all ICU collations added in
>> pg_collation schema. Is there a way to have them for an existing
>> database cluster?
> There's a function called something like pg_import_system_collations.
> See documentation.

Thanks a lot!

postgres=# select pg_import_system_collations('pg_catalog');
  pg_import_system_collations
-----------------------------
                          798
(1 row)

postgres=# select pg_import_system_collations('pg_catalog');
  pg_import_system_collations
-----------------------------
                            0
(1 row)


>
>             regards, tom lane
> .
>



pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: Adding new collations after pg_upgrade?
Next
From: rihad
Date:
Subject: Re: Adding new collations after pg_upgrade?