Re: Obvious data mismatch in View2 which basically SELECT * from View1

From: Ravi Krishna <sravikrishna(at)aol(dot)com>
To: bentenzha(at)outlook(dot)com, pgsql-general(at)lists(dot)postgresql(dot)org
Subject: Re: Obvious data mismatch in View2 which basically SELECT * from View1
Date: 2020-09-17 12:26:47
Message-ID: 649650653.3389440.1600345607165@mail.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

>I haven't replaced the broken View2 yet. >Hope someone can point me to some >further investigation.

Did you look at the actual definition of view2. Like all RDBMS PG materializes the Ddl as it existed at the time of creation and converts it into an in line sql.
There is a possibility it may be different than what you think.

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2020-09-17 14:06:07 Re: PostgreSQL processes use large amount of private memory on Windows
Previous Message Thomas Kellerer 2020-09-17 11:08:06 Re: PostgreSQL processes use large amount of private memory on Windows