Re: Discover temporary INDEX/TABLE name

From: Jerry Sievers <jerry(at)jerrysievers(dot)com>
To: ilejn(at)yandex(dot)ru
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Discover temporary INDEX/TABLE name
Date: 2006-11-15 21:11:16
Message-ID: m3y7qc76vf.fsf@homie.jerrysievers.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

"Ilja Golshtein" <ilejn(at)yandex(dot)ru> writes:

> Hello!
>
> >How could I find out if a temporary table
> >(or index on a temporary table) was created
> >by current session?
>
> May be the better question to ask is
> how one can find out the temporary
> schema name associated with the session.

select (current_schemas(true))[1];

In the typical case;

Will be pg_temp_* if you have created a temp object
or pg_catalog otherwise.

HTH

> --
> Best regards
> Ilja Golshtein
>
> ---------------------------(end of broadcast)---------------------------
> TIP 2: Don't 'kill -9' the postmaster
>

--
-------------------------------------------------------------------------------
Jerry Sievers 305 854-3001 (home) Production Database Administrator
305 321-1144 (mobil WWW E-Commerce Consultant

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Adrian Klaver 2006-11-15 21:16:15 Re: Data conversion tools?
Previous Message Niklas Johansson 2006-11-15 20:52:31 Re: ORDER BY