Re: When to store data that could be derived

From: Ron <ronljohnsonjr(at)gmail(dot)com>
To: pgsql-general(at)lists(dot)postgresql(dot)org
Subject: Re: When to store data that could be derived
Date: 2019-03-24 09:55:10
Message-ID: 7547faf6-62f5-34bf-e11a-4708320e49de@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 3/24/19 3:45 AM, Ron wrote:
[snip]
> In every DBMS that I've used, the lside (left side) needs to be static
> (not "a" static) instead of variable (like a function).

Thanks to Chris Travers for reminding me that the word is "immutable", not
"static".

--
Angular momentum makes the world go 'round.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Peter J. Holzer 2019-03-24 12:41:09 Re: When to store data that could be derived
Previous Message Frank 2019-03-24 09:29:14 Re: When to store data that could be derived