loading and unloading rows - Mailing list pgsql-admin

From Naomi Walker
Subject loading and unloading rows
Date
Msg-id 4.2.2.20021031172442.01d1fdf0@imap.eldocomp.com
Whole thread Raw
In response to Re: Signal 11  (Murthy Kambhampaty <murthy.kambhampaty@goeci.com>)
Responses Re: loading and unloading rows  (Bhuvan A <bhuvansql@myrealbox.com>)
List pgsql-admin
This might sound silly, but I am trying something basic, and having
trouble.  What I want to do is unload selected rows from a table, and load
them somewhere else.

pg_dump works great if you want the whole table.  I suppose I could from
one table, dump into a temp, and then pg_dump it, but that seems silly.

I noticed in the pg_dump unloaded looking rows, with a:
          COPY "table" FROM stdin;
before the rows.

So, I ran psql, did a \o to capture the output,
did a select * from table where x=y
whacked the first row in the output file, and added the COPY statement.
then did a psql dbname <file-with-rows.sql

The first column loaded, but the rest of the columns did not.  I noticed
there were | delimiters in my unloaded one, and none in a pg_dump file.

This seems way too klunky, so I must be going about it all wrong.  In
Informix-land I would just do a unload then a load.  What is the postgresql
equivalent?

Suggestions?

Thanks,
Naomi
----------------------------------------------------------------------------
----------------------------------
Naomi Walker
Eldorado Computing, Inc
Chief Information Officer
nwalker@eldocomp.com
602-604-3100 x242



pgsql-admin by date:

Previous
From: Kevin Old
Date:
Subject: my.cnf to postgresql.conf Conversion
Next
From: "Eric L. Blevins"
Date:
Subject: Re: Signal 11