Re: problem trying to create a temp table - Mailing list pgsql-general

From Adrian Klaver
Subject Re: problem trying to create a temp table
Date
Msg-id 201202240717.24478.adrian.klaver@gmail.com
Whole thread Raw
In response to Re: problem trying to create a temp table  (<mgould@isstrucksoftware.net>)
List pgsql-general
On Friday, February 24, 2012 5:46:06 am mgould@isstrucksoftware.net wrote:
> Andrew,
>
> That is acutally what the second run was supposed to be.  I copied the
> original on instead of the second instance, but the results were the
> same.

Are you doing all this in the same session?:

test(5432)postgres=#create temp table temp_test(id int, fld_1 text);
CREATE TABLE

test(5432)postgres=#SELECT * from temp_test;
 id | fld_1
----+-------
(0 rows)

If so what are the exact commands you are executing?

>
>
> Michael Gould
> Intermodal Software Solutions, LLC
> 904-226-0978
>

--
Adrian Klaver
adrian.klaver@gmail.com

pgsql-general by date:

Previous
From: "James B. Byrne"
Date:
Subject: Having a problem with RoR-3.1.1 and Pg-0.1
Next
From: Adrian Klaver
Date:
Subject: Re: Having a problem with RoR-3.1.1 and Pg-0.1