what causes new temp schemas to be created

From: Ted Toth <txtoth(at)gmail(dot)com>
To: pgsql-general(at)lists(dot)postgresql(dot)org
Subject: what causes new temp schemas to be created
Date: 2023-07-10 14:18:32
Message-ID: CAFPpqQECOgH4p91OBen7i56hFx=Jzx8_KBErhY-EVVSmaTb+=g@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

When a temp table is created I see a pg_temp_NNN (for example
pg_temp_3, pg_toast_temp_3) schemas created when/why are additional
temp schemas created( pg_temp_4/pg_toast_temp_4)?

Ted

Responses

Browse pgsql-general by date

  From Date Subject
Next Message David G. Johnston 2023-07-10 14:20:43 Re: what causes new temp schemas to be created
Previous Message David G. Johnston 2023-07-10 13:11:11 Re: search_path for replica-mode