On Fri, 19 May 2023 at 12:44, Dominique Devienne
wrote:
> On Thu, May 18, 2023 at 2:28 PM Victor Nordam Suadicani <
> v.n.suadic...@gmail.com> wrote:
>
>> Is there any nice way to handle sum types (aka tagged unions) in a
>> PostgreSQL database? [...]
>>
>
ata types, this feels like a "missing
link" in the type system. I'm not sure why SQL or the underlying relational
model has never addressed this deficiency. Would greatly appreciate any
insight anyone may have.
On Thu, 18 May 2023 at 16:35, Adrian Klaver
wrote:
> On 5/18/23 05:
be extended with capabilities for this? I have no idea how this would
be done in practice though. Perhaps SQL itself is just unsuited for data of
this kind? I don't really see why it should be though.
Thanks,
Victor Nordam Suadicani