Re: what causes new temp schemas to be created - Mailing list pgsql-general

From David G. Johnston
Subject Re: what causes new temp schemas to be created
Date
Msg-id CAKFQuwZGp8ue7St+SHK_iu+T9SmvZ76Fq5YX9kjb6o3tQn419g@mail.gmail.com
Whole thread Raw
In response to Re: what causes new temp schemas to be created  (Ted Toth <txtoth@gmail.com>)
Responses Re: what causes new temp schemas to be created  (Ted Toth <txtoth@gmail.com>)
List pgsql-general
On Mon, Jul 10, 2023 at 9:20 AM Ted Toth <txtoth@gmail.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.

pgsql-general by date:

Previous
From: Ted Toth
Date:
Subject: Re: what causes new temp schemas to be created
Next
From: Ted Toth
Date:
Subject: Re: what causes new temp schemas to be created