select into... - Mailing list pgsql-admin

From Tena Sakai
Subject select into...
Date
Msg-id FE44E0D7EAD2ED4BB2165071DB8E328C0378F7E6@egcrc-ex01.egcrc.org
Whole thread Raw
Responses Re: select into...
Re: select into...
Re: select into...
List pgsql-admin

Hi Everybody,

I want to execute a query below:

  select *
    into my_table
    from old_table
   where (some_condition);

The trouble is that the manual page states that this would
"SELECT INTO creates a new table and fills it with data
computed by a query."

What I want is to append my_table.  Is there any way to
get postgres to do what I want done?

Thank you in advance.

Regards,

Tena Sakai
tsakai@gallo.ucsf.edu

pgsql-admin by date:

Previous
From: Scott Marlowe
Date:
Subject: Re: deployment query
Next
From: Scott Marlowe
Date:
Subject: Re: select into...