-- create temp view
CREATE SCHEMA test_view_schema                                                                                                                                                        
  CREATE TEMP VIEW testview AS SELECT 1;
ERROR:  cannot create temporary relation in non-temporary schema