Re: Create and access a dictionary type

From: Rob Sargent <robjsargent(at)gmail(dot)com>
To: Ron <ronljohnsonjr(at)gmail(dot)com>
Cc: pgsql-general <pgsql-general(at)lists(dot)postgresql(dot)org>
Subject: Re: Create and access a dictionary type
Date: 2022-01-05 16:59:43
Message-ID: 7C960A58-63E0-4D73-9018-DC398718BB5F@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

>>
>> Well, yes - you can always decompose the dict and store it in an EAV, but sometimes it's more convenient to just use "nested" dictionary at the row level. Which is what a JSONB column does.
>
> Edgar Codd is rolling in his grave.
>
>
Contributing mightily to the global angular momentum, for sure.
> --
> Angular momentum makes the world go 'round.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Merlin Moncure 2022-01-05 17:42:13 Re: Can we use sql language to create a function in Postgres?
Previous Message Ron 2022-01-05 16:57:34 Re: Create and access a dictionary type