Re: How to view temp tables - Mailing list pgsql-general

From Chris
Subject Re: How to view temp tables
Date
Msg-id 47BD25A4.6040205@gmail.com
Whole thread Raw
In response to How to view temp tables  (pc <chavanpriya@gmail.com>)
Responses Re: How to view temp tables
List 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 by date:

Previous
From: pc
Date:
Subject: How to view temp tables
Next
From: "Scott Marlowe"
Date:
Subject: Re: How to make update rapidly?