loading and unloading rows

Поиск
Список
Период
Сортировка
От Naomi Walker
Тема loading and unloading rows
Дата
Msg-id 4.2.2.20021031172442.01d1fdf0@imap.eldocomp.com
обсуждение исходный текст
Ответ на Re: Signal 11  (Murthy Kambhampaty <murthy.kambhampaty@goeci.com>)
Ответы Re: loading and unloading rows  (Bhuvan A <bhuvansql@myrealbox.com>)
Список 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 по дате отправления:

Предыдущее
От: Kevin Old
Дата:
Сообщение: my.cnf to postgresql.conf Conversion
Следующее
От: "Eric L. Blevins"
Дата:
Сообщение: Re: Signal 11