Temporary tables ?access possible.

Поиск
Список
Период
Сортировка
От Richard Terry
Тема Temporary tables ?access possible.
Дата
Msg-id 4FD90F7D.5090606@internode.on.net
обсуждение исходный текст
Ответы Re: Temporary tables ?access possible.  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-novice
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.

Is it possible.

Thanks.

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

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