Temp Table - Mailing list pgsql-general

From Bob Pawley
Subject Temp Table
Date
Msg-id 009b01c8126e$9b539db0$6401a8c0@owner
Whole thread Raw
Responses Re: Temp Table  (Ron Johnson <ron.l.johnson@cox.net>)
List pgsql-general
When I fetch a row, as in the following, how do I copy the row's data into a temporary table so that I can process it??
 
begin work;
      Declare loop_set  Cursor
       for Select  one, two, three, four, five, six, seven from loop_import
       order by loop_id ;
     fetch next From loop_set;
 
 
Bob Pawley

pgsql-general by date:

Previous
From: Lizhe.Xu@aphis.usda.gov
Date:
Subject: Re: Problem of installation on Mac
Next
From: smiley2211
Date:
Subject: Generating sql to capture fully qualified table names???