Re: Copying a column into a temp. table - Mailing list pgsql-general

From Gabriele Bartolini
Subject Re: Copying a column into a temp. table
Date
Msg-id [email protected]
Whole thread Raw
In response to Copying a column into a temp. table  (Alexander Farber <[email protected]>)
List pgsql-general
  Hi Alex,
> Of course "select ... into" doesn't work, but how should I do it?
> Can't find in http://www.postgresql.org/docs/8.1/static/
>
You might want to look at the CREATE TABLE AS command. You might even
use the temporary definer.

Ciao,
Gabriele

--
  Gabriele Bartolini - 2ndQuadrant Italia
  PostgreSQL Training, Services and Support
  [email protected] | www.2ndQuadrant.it


pgsql-general by date:

Previous
From: Alexander Farber
Date:
Subject: Copying a column into a temp. table
Next
From: Adrian Klaver
Date:
Subject: Re: Copying a column into a temp. table