Re: Internationalisation (i18n) with Postgres as backend - Mailing list pgsql-general

From Laurenz Albe
Subject Re: Internationalisation (i18n) with Postgres as backend
Date
Msg-id 96915d0c324145f661eca9298d4de90d2df43cd7.camel@cybertec.at
Whole thread Raw
In response to Re: Internationalisation (i18n) with Postgres as backend  (Laura Smith <n5d9xq3ti233xiyif2vp@protonmail.ch>)
List 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 by date:

Previous
From: Laura Smith
Date:
Subject: Re: Internationalisation (i18n) with Postgres as backend
Next
From: Laurenz Albe
Date:
Subject: Re: Internationalisation (i18n) with Postgres as backend