Re: temp tables - Mailing list pgsql-novice

From John DeSoi
Subject Re: temp tables
Date
Msg-id 9B15E96C-B7DF-11D9-A5B4-000A95B03262@pgedit.com
Whole thread Raw
In response to temp tables  ("Cima" <ruel.cima@facinf.uho.edu.cu>)
List pgsql-novice
On Apr 28, 2005, at 12:45 AM, Cima wrote:

>
> im working with php 4 and postgresql 8 and in my php script id like to
> create a temp table on my database server. how do i do this? how do i
> verify it was created?
>  
> i tried the following:
>  
> $sql = "create temp table s_info(a int, b text) on commit delete
> rows ";
>  
> pg_query($dbh,$sql);
>  
>  
> $dbh is my connection.
>  
> any help will be highly appreciated.


You can verify it was created by checking the result from pg_query and
looking at pg_last_error. The table is automatically dropped at the end
of the connection, most likely when your PHP script ends.


John DeSoi, Ph.D.
http://pgedit.com/
Power Tools for PostgreSQL


pgsql-novice by date:

Previous
From: Volkan YAZICI
Date:
Subject: Re: file oids
Next
From: andras-list@mzperx.hu
Date:
Subject: pg8.0.2 win install