Re: what causes new temp schemas to be created

From: "David G(dot) Johnston" <david(dot)g(dot)johnston(at)gmail(dot)com>
To: Ted Toth <txtoth(at)gmail(dot)com>
Cc: pgsql-general(at)lists(dot)postgresql(dot)org
Subject: Re: what causes new temp schemas to be created
Date: 2023-07-10 16:22:34
Message-ID: CAKFQuwZGp8ue7St+SHK_iu+T9SmvZ76Fq5YX9kjb6o3tQn419g@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Mon, Jul 10, 2023 at 9:20 AM Ted Toth <txtoth(at)gmail(dot)com> wrote:

> I don't see that the schema is removed when the session is over and I
> see other sessions come along later and use it. I'm assuming here that
> a session is started on connect and ended when the connection is
> closed.
>
>
The first time a session needs a temporary schema it is assigned one which
is then immediately cleared out.

David J.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Ted Toth 2023-07-10 17:03:01 Re: what causes new temp schemas to be created
Previous Message Ted Toth 2023-07-10 16:19:57 Re: what causes new temp schemas to be created