| From: | rihad <rihad(at)mail(dot)ru> |
|---|---|
| To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
| Cc: | "pgsql-general(at)postgresql(dot)org" <pgsql-general(at)postgresql(dot)org> |
| Subject: | Re: Adding new collations after pg_upgrade? |
| Date: | 2019-01-06 16:05:49 |
| Message-ID: | 7892d5e1-d145-aadc-9eee-fa27f25e6254@mail.ru |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
On 01/06/2019 07:57 PM, rihad wrote:
> On 01/06/2019 07:51 PM, Tom Lane wrote:
>> rihad <rihad(at)mail(dot)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)
Oops, I meant schema pg_collation )
>
>
>>
>> regards, tom lane
>> .
>>
>
| From | Date | Subject | |
|---|---|---|---|
| Next Message | rihad | 2019-01-06 16:08:26 | Re: Adding new collations after pg_upgrade? |
| Previous Message | rihad | 2019-01-06 15:57:24 | Re: Adding new collations after pg_upgrade? |