Error with DEFAULT VALUE in temp table

From: Антуан Виолин <violin(dot)antuan(at)gmail(dot)com>
To: PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Error with DEFAULT VALUE in temp table
Date: 2024-12-07 11:38:02
Message-ID: CAFjUV9x3-hv0gihf+CtUc-1it0hh7Skp9iYFhMS7FJjtAeAptA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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, that it is temporary.

Cheers

Antoine Violin

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Eisentraut 2024-12-07 12:07:02 Re: doc: Remove LC_COLLATE and LC_CTYPE from SHOW command
Previous Message Kirill Reshke 2024-12-07 10:14:57 Re: clean up create|alter domain stmt incompatiable constraint error case and add regression test