Q: fixing collation version mismatches

Поиск
Список
Период
Сортировка
От Karsten Hilbert
Тема Q: fixing collation version mismatches
Дата
Msg-id Y3FXbJiKcp04HEER@hermes.hilbert.loc
обсуждение исходный текст
Ответы Re: Q: fixing collation version mismatches  (Christophe Pettus <xof@thebuild.com>)
Список pgsql-general
Dear all,

just to confirm my understanding:

Is it correct to say that the following sequence will "fix"
all current collation version issues in a given database ?

    REINDEX DATABASE db_in_question;
    ALTER DATABASE db_in_question REFRESH COLLATION VERSION;
    ALTER COLLATION every_collation_from_pg_collation REFRESH VERSION;

Note that I am currently _not_ concerned with minimizing
work by running this on objects only that really need a
reindex/refresh.

Thanks,
Karsten
--
GPG  40BE 5B0E C98E 1713 AFA6  5BC0 3BEA AC80 7D4F C89B



В списке pgsql-general по дате отправления:

Предыдущее
От: Adrian Klaver
Дата:
Сообщение: ON CONFLICT and WHERE
Следующее
От: Christophe Pettus
Дата:
Сообщение: Re: Q: fixing collation version mismatches