Re: Temporary schemas - Mailing list pgsql-general

From Thomas Kellerer
Subject Re: Temporary schemas
Date
Msg-id iam8s5$f1g$1@dough.gmane.org
Whole thread Raw
In response to Re: Temporary schemas  (Thom Brown <thom@linux.com>)
List pgsql-general
Thom Brown wrote on 01.11.2010 12:33:
> You can use:
>
> SELECT nspname
> FROM pg_namespace
> WHERE oid = pg_my_temp_schema();
>
> to get the name of the current temporary schema for your session.

Thanks that's what I was looking for.

Regards
Thomas



pgsql-general by date:

Previous
From: Thom Brown
Date:
Subject: Re: Temporary schemas
Next
From: Norberto Delle
Date:
Subject: Re: Failover on Windows