Search Postgresql Archives

temporary tables, pgAdminIII

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Postgresql Jobs]     [Postgresql Admin]     [Postgresql Performance]     [Linux Clusters]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Books]     [PHP Databases]     [Postgresql & PHP]     [Yosemite]
  Powered by Linux