Re: Error with DEFAULT VALUE in temp table

2025-06-30 Thread Антуан Виолин
> Hi everyone, > I found one bug, when you delete temporary table with DEFAULT VALUE. The > row about this VALUE in the pg_event_trigger_dropped_objects() contains > “False” in the column “is_temporary”. But if you look at column “name_obj”, > you see “for pg_temp.table_name”. So PostgreSQL know, t

Re: Error with DEFAULT VALUE in temp table

2025-06-30 Thread Антуан Виолин
Hi everyone, I made patch for this problem Cheers Antoine Violin сб, 7 дек. 2024 г. в 18:38, Антуан Виолин : > Hi everyone, > I found one bug, when you delete temporary table with DEFAULT VALUE. The > row about this VALUE in the pg_event_trigger_dropped_objects() contains > “False” in the colum