On Thu, Oct 26, 2023 at 5:56 AM Shaozhong SHI
wrote:
> If a PgAmin view is created and tables it queries are missing, what will
> happen?
>
> If a PdAmin view is created, and it may take 20 hours to complete, what
> will happen?
>
> Would views automatically run, when
On 10/26/23 03:56, Shaozhong SHI wrote:
If a PgAmin view is created and tables it queries are missing, what will
happen?
Easy enough to test:
create view test_vw as select * from non_existent_table;
ERROR: relation "non_existent_table" does not exist
LINE 1: create view test_vw
On Thursday, October 26, 2023, Shaozhong SHI wrote:
> If a PgAmin view is created and tables it queries are missing, what will
> happen?
>
> If a PdAmin view is created, and it may take 20 hours to complete, what
> will happen?
>
> Would views automatically run, when
If a PgAmin view is created and tables it queries are missing, what will
happen?
If a PdAmin view is created, and it may take 20 hours to complete, what
will happen?
Would views automatically run, when you start the PgAmin?
Regards,
David