Re: Obvious data mismatch in View2 which basically SELECT * from View1 - Mailing list pgsql-general

From Ravi Krishna
Subject Re: Obvious data mismatch in View2 which basically SELECT * from View1
Date
Msg-id 649650653.3389440.1600345607165@mail.yahoo.com
Whole thread Raw
In response to Obvious data mismatch in View2 which basically SELECT * from View1  (Ben <bentenzha@outlook.com>)
List 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.

pgsql-general by date:

Previous
From: Thomas Kellerer
Date:
Subject: Re: PostgreSQL processes use large amount of private memory on Windows
Next
From: Tom Lane
Date:
Subject: Re: PostgreSQL processes use large amount of private memory on Windows