Re: Internationalisation (i18n) with Postgres as backend

Поиск
Список
Период
Сортировка
От Laurenz Albe
Тема Re: Internationalisation (i18n) with Postgres as backend
Дата
Msg-id 96915d0c324145f661eca9298d4de90d2df43cd7.camel@cybertec.at
обсуждение исходный текст
Ответ на Re: Internationalisation (i18n) with Postgres as backend  (Laura Smith <n5d9xq3ti233xiyif2vp@protonmail.ch>)
Список pgsql-general
On Tue, 2021-06-01 at 23:08 +0000, Laura Smith wrote:
> I didn't consider hstore, I did consider jsonb though.
> 
> The thing that made me lean towards individual rows rather than consolidated was
>  that I thought versioning would ultimately be easier/cleaner to achieve with
>  individual rows (e.g. using tsrange & gist exclude).  But willing to be proven wrong.

Your intuition is good.  Don't use JSON for that, and don't use the outdated
hstore extension in particular.

Yours,
Laurenz Albe
-- 
Cybertec | https://www.cybertec-postgresql.com




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

Предыдущее
От: Laura Smith
Дата:
Сообщение: Re: Internationalisation (i18n) with Postgres as backend
Следующее
От: Laurenz Albe
Дата:
Сообщение: Re: Internationalisation (i18n) with Postgres as backend