Re: Temporary table visibility - Mailing list pgsql-general

From Jaime Casanova
Subject Re: Temporary table visibility
Date
Msg-id c2d9e70e0601250617r62c5a084g1fba80eeb12c306f@mail.gmail.com
Whole thread Raw
In response to Temporary table visibility  (James Croft <james.croft@lumison.net>)
Responses Re: Temporary table visibility  (James Croft <james.croft@lumison.net>)
List pgsql-general
> How can I determine what temporary tables exist in my session,
> bearing in mind that other sessions contain temp tables using the
> same names?
>

just the ones you have created in your session, temporary tables in
other sessions are invisible to you...

--
regards,
Jaime Casanova
(DBA: DataBase Aniquilator ;)

pgsql-general by date:

Previous
From: "surabhi.ahuja"
Date:
Subject: 2 instances of postmaster with different data directories
Next
From: andrew
Date:
Subject: Re: user defined function