diff -U3 /Users/admin/pgsql/src/test/regress/expected/sqljson_jsontable.out /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/results/sqljson_jsontable.out --- /Users/admin/pgsql/src/test/regress/expected/sqljson_jsontable.out 2025-11-29 14:21:53 +++ /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/results/sqljson_jsontable.out 2025-11-29 14:25:07 @@ -1154,6 +1154,7 @@ ) jt ); NOTICE: view "outer_union" will be a temporary view +DETAIL: It depends on temporary table jsonb_table_test. create or replace view outer_cross as ( select jt.* @@ -1171,6 +1172,7 @@ ) jt ); NOTICE: view "outer_cross" will be a temporary view +DETAIL: It depends on temporary table jsonb_table_test. create or replace view inner_union as ( select jt.* from @@ -1187,6 +1189,7 @@ ) jt ); NOTICE: view "inner_union" will be a temporary view +DETAIL: It depends on temporary table jsonb_table_test. create or replace view inner_cross as ( select jt.* @@ -1204,6 +1207,7 @@ ) jt ); NOTICE: view "inner_cross" will be a temporary view +DETAIL: It depends on temporary table jsonb_table_test. select * from inner_cross; n | a | b | c ---+---+---+----