Re: How to view temp tables

Поиск
Список
Период
Сортировка
От Chris
Тема Re: How to view temp tables
Дата
Msg-id 47BD25A4.6040205@gmail.com
обсуждение исходный текст
Ответ на How to view temp tables  (pc <chavanpriya@gmail.com>)
Ответы Re: How to view temp tables
Список pgsql-general
pc wrote:
> My php code is creating temporary table named mytemp,but when I run a
> selec * from mytemp I cannot see the table.How can I see the table
> from postgresql command prompt?

temp tables are automatically deleted when the connection is closed.

make it a non-temp table :)

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

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

Предыдущее
От: pc
Дата:
Сообщение: How to view temp tables
Следующее
От: "Scott Marlowe"
Дата:
Сообщение: Re: How to make update rapidly?