Re: Temporary tables ?access possible.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Temporary tables ?access possible.
Дата
Msg-id 22031.1339628027@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Temporary tables ?access possible.  (Richard Terry <rterry@internode.on.net>)
Список pgsql-novice
Richard Terry <rterry@internode.on.net> writes:
> select pn.nspname, pc.relname from pg_class pc, pg_namespace pn where
> pc.relnamespace = pn.oid and pc.relname ilike 'my-temp-table-name';

> This gives the the details, but I can't still access the contents.

If you mean access the contents from another session, no you can't,
at least not with any reliability.

            regards, tom lane

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

Предыдущее
От: Richard Terry
Дата:
Сообщение: Temporary tables ?access possible.
Следующее
От: Daniel Staal
Дата:
Сообщение: Re: coalesce in plpgsql, and other style questions