Cant find temp tables

Поиск
Список
Период
Сортировка
От sconeek@gmail.com
Тема Cant find temp tables
Дата
Msg-id 1144020151.545869.281680@g10g2000cwb.googlegroups.com
обсуждение исходный текст
Ответы Re: Cant find temp tables  (Chris <dmagick@gmail.com>)
Список pgsql-general
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.
thanks.


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

Предыдущее
От: Luca Pireddu
Дата:
Сообщение: Re: installation problem - semaphores
Следующее
От: Jerry LeVan
Дата:
Сообщение: MediaWiki and Postgresql?