temporary tables, pgAdminIII

Поиск
Список
Период
Сортировка
От Zlatko Matić
Тема temporary tables, pgAdminIII
Дата
Msg-id 00f601c61a89$5413e6f0$ebfa8353@zlatkovyfkpgz6
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Matthew Schumacher
Дата:
Сообщение: Rule system and unsucessful updates.
Следующее
От: "Mikael Carneholm"
Дата:
Сообщение: Re: Plans for 8.2?