Temporary schemas

Поиск
Список
Период
Сортировка
От Thomas Kellerer
Тема Temporary schemas
Дата
Msg-id iam5r0$2ko$1@dough.gmane.org
обсуждение исходный текст
Ответы Re: Temporary schemas  (Thom Brown <thom@linux.com>)
Re: Temporary schemas  (Merlin Moncure <mmoncure@gmail.com>)
Список pgsql-general
Hello,

I have created a temporary table using

create temporary table foo
(
   id integer
);

and noticed this was created in a schema called "pg_temp_2"

My question is:

is this always "pg_temp_2"?
Or will the name of the "temp schema" change?

If it isn't always the same, is there a way I can retrieve the schema name for temporary tables?

Regards
Thomas

В списке pgsql-general по дате отправления:

Предыдущее
От: Alexander Farber
Дата:
Сообщение: async queries in Perl and poll()/select() loop - how to make them work together?
Следующее
От: Fujii Masao
Дата:
Сообщение: Re: Failover on Windows