temporary tables

From: "sheila bel" <sheilabel(at)hotmail(dot)com>
To: pgsql-general(at)postgreSQL(dot)org
Subject: temporary tables
Date: 2000-02-16 15:42:21
Message-ID: 20000216154221.64789.qmail@hotmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.

For copying data from one table to another I did check
out the COPY command of SQL commands but there wasn't a
clear example to show how it is exactly done from one
table to another. I'm sorry if my question is so basic,
I'm just finding it difficult to find information
specially without a book.

The data that needs to be copied is either text or password.
This is what I think should be done please correct me if
its wrong :
COPY temptable(attributes) To permanent_table(attributes);

If someone could give me an example I would really appreciate
it.

-Sheila
______________________________________________________
Get Your Private, Free Email at http://www.hotmail.com

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Peter Eisentraut 2000-02-16 16:07:31 Re: [GENERAL] pgsql on win95
Previous Message jose 2000-02-16 15:32:28 Re: [GENERAL] like '%6' does not match '%66'?