temp tables - Mailing list pgsql-novice

From Cima
Subject temp tables
Date
Msg-id 008301c54bad$120d3cd0$d20210ac@khazaddum
Whole thread Raw
Responses Re: temp tables  (John DeSoi <desoi@pgedit.com>)
Re: [PHP] temp tables  ("Richard Lynch" <ceo@l-i-e.com>)
Re: [PHP] temp tables  ("Joshua D. Drake" <jd@commandprompt.com>)
List pgsql-novice
hi,
 
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.

pgsql-novice by date:

Previous
From: "Roland Giesler"
Date:
Subject: Re: Createlang error installing SQL-Ledger
Next
From: "Cima"
Date:
Subject: file oids