Re: Create and access a dictionary type - Mailing list pgsql-general

From Rob Sargent
Subject Re: Create and access a dictionary type
Date
Msg-id 7C960A58-63E0-4D73-9018-DC398718BB5F@gmail.com
Whole thread Raw
In response to Re: Create and access a dictionary type  (Ron <ronljohnsonjr@gmail.com>)
List 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.

pgsql-general by date:

Previous
From: Ron
Date:
Subject: Re: Create and access a dictionary type
Next
From: Merlin Moncure
Date:
Subject: Re: Can we use sql language to create a function in Postgres?