Re: [PHP] temp tables - Mailing list pgsql-novice

From Joshua D. Drake
Subject Re: [PHP] temp tables
Date
Msg-id 42706306.5050304@commandprompt.com
Whole thread Raw
In response to temp tables  ("Cima" <ruel.cima@facinf.uho.edu.cu>)
List pgsql-novice
Cima wrote:
> 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
doi do this? how do i verify it was created? 
>

Well if the creation fails pg_query will throw an error. However temp
tables are only good for the life of the connection (script in this
case). You will probably want to consider that.

Sincerely,

Joshua D. Drake



> 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.


--
Your PostgreSQL solutions provider, Command Prompt, Inc.
24x7 support - 1.800.492.2240, programming, and consulting
Home of PostgreSQL Replicator, plPHP, plPerlNG and pgPHPToolkit
http://www.commandprompt.com / http://www.postgresql.org

pgsql-novice by date:

Previous
From: Jessica Ditt
Date:
Subject: Problem with DirectFunctionCall3(array_in,...)
Next
From:
Date:
Subject: PGAdmin3 and Permission Display