Re: [GENERAL] temporary tables - Mailing list pgsql-general

From Bruce Momjian
Subject Re: [GENERAL] temporary tables
Date
Msg-id 200002161647.LAA02949@candle.pha.pa.us
Whole thread Raw
In response to temporary tables  ("sheila bel" <sheilabel@hotmail.com>)
List pgsql-general
> Hi everyone,
>
> I'm trying to create a temporary table, store some data
> in it then after a while copy the data into another table
> and drop the temporary. I'm not sure exactly how this is
> done. I went to Mr. Momjian's Manual before posting this
> question and found the title of temporary tables at:
> http://www.postgresql.org/docs/aw_pgsql_book/node148.html
> but I was disappointed to find nothing in there.
> Reminded me of when I was looking for info about primary
> keys.

See chapter 8 on combining selects:

SELECT * INTO TEMP newtable FROM oldtable.


--
  Bruce Momjian                        |  http://www.op.net/~candle
  pgman@candle.pha.pa.us               |  (610) 853-3000
  +  If your life is a hard drive,     |  830 Blythe Avenue
  +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026

pgsql-general by date:

Previous
From: Mike Mascari
Date:
Subject: Re: [GENERAL] temporary tables
Next
From: jose
Date:
Subject: Re: [GENERAL] like '%6' does not match '%66'?