Re: Cant find temp tables - Mailing list pgsql-general

From Chris
Subject Re: Cant find temp tables
Date
Msg-id 44306913.8040800@gmail.com
Whole thread Raw
In response to Cant find temp tables  (sconeek@gmail.com)
Responses Re: Cant find temp tables  (sconeek@gmail.com)
List pgsql-general
sconeek@gmail.com wrote:
> hi all,
> i am struggling with temp tables. i have a statement like CREATE TEMP
> TABLE test (a BIGINT);
> it executes successfully, hence i know that the table has been created.
> but i cant see the table within the DB using PGADMIN. if i do SELECT *
> FROM test; it returns 0 records, but it still tells me that the table
> exists with no data inside it. if i do a DROP TABLE test; it deletes
> the table too. so everything is pointing to the fact that the table is
> created, contains no data, but i cant see it. there is only one schema
> (public) too.
> can somebody please help me out.

Sounds like a bug in pgadmin.

Might be better asking that list though:

http://www.pgadmin.org/support/

--
Postgresql & php tutorials
http://www.designmagick.com/

pgsql-general by date:

Previous
From: "shakahshakah@gmail.com"
Date:
Subject: 8.1.3, libpq, PQprepare, plpgsql function, and partitioned tables
Next
From: Tom Lane
Date:
Subject: Re: 8.1.3, libpq, PQprepare, plpgsql function, and partitioned tables