Temporary tables ?access possible. - Mailing list pgsql-novice

From Richard Terry
Subject Temporary tables ?access possible.
Date
Msg-id 4FD90F7D.5090606@internode.on.net
Whole thread Raw
Responses Re: Temporary tables ?access possible.
List 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 by date:

Previous
From: Jeff Davis
Date:
Subject: Re: coalesce in plpgsql, and other style questions
Next
From: Tom Lane
Date:
Subject: Re: Temporary tables ?access possible.