temporary tables, pgAdminIII - Mailing list pgsql-general

From Zlatko Matić
Subject temporary tables, pgAdminIII
Date
Msg-id 00f601c61a89$5413e6f0$ebfa8353@zlatkovyfkpgz6
Whole thread Raw
List pgsql-general
In Postgres 8.1.1, Win XP, I tried to create some temporary tables by using pgAdmin. For example, I executed :
CREATE TEMP TABLE privremena
(
)
INHERITS (plants)
WITHOUT OIDS
TABLESPACE pg_default;
ALTER TABLE privremena OWNER TO matalab;
 
Although query was successfully executed, I just can't find temporary table. I don't see it anywhere in the database, even when I refresh the database. Where is it?

pgsql-general by date:

Previous
From: Matthew Schumacher
Date:
Subject: Rule system and unsucessful updates.
Next
From: "Mikael Carneholm"
Date:
Subject: Re: Plans for 8.2?