Re: problem trying to create a temp table

From: Adrian Klaver <adrian(dot)klaver(at)gmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Cc: mgould(at)isstrucksoftware(dot)net, "Andrew Gould" <andrewlylegould(at)gmail(dot)com>
Subject: Re: problem trying to create a temp table
Date: 2012-02-24 15:17:24
Message-ID: 201202240717.24478.adrian.klaver@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Friday, February 24, 2012 5:46:06 am mgould(at)isstrucksoftware(dot)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(dot)klaver(at)gmail(dot)com

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Adrian Klaver 2012-02-24 15:33:01 Re: Having a problem with RoR-3.1.1 and Pg-0.1
Previous Message James B. Byrne 2012-02-24 15:16:47 Having a problem with RoR-3.1.1 and Pg-0.1