Re: Temporary schemas

Поиск
Список
Период
Сортировка
От Thomas Kellerer
Тема Re: Temporary schemas
Дата
Msg-id iam8s5$f1g$1@dough.gmane.org
обсуждение исходный текст
Ответ на Re: Temporary schemas  (Thom Brown <thom@linux.com>)
Список 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 по дате отправления:

Предыдущее
От: Thom Brown
Дата:
Сообщение: Re: Temporary schemas
Следующее
От: Norberto Delle
Дата:
Сообщение: Re: Failover on Windows