COPY COMMAND -- Hanging - Mailing list pgsql-sql

From Bhuvan A
Subject COPY COMMAND -- Hanging
Date
Msg-id Pine.LNX.4.20.0110051817410.7508-100000@Larry.bks
Whole thread Raw
List pgsql-sql
hi all,

i am facing a strange problem in using COPY COMMAND.

As i would like to merge 2 databases, i dumped data from one by
$ pg_dump -R bhuvan -f bhuvan.sql

Here i found data dumped using COPY COMMAND.
now i tried to restore few of the tables. so i copied those tables 
alone to seperate file copy_commands.sql. then, i just tried this

$ psql bhuvan -f copy_commands.sql

...

i didnt get back with the result.. even none of the records have
been copied. what could be the problem here?
    ======================================================================     Youth is when you blame all your
troubleson your parents; maturity is     when you learn that everything is the fault of the younger generation.
          ======================================================================
 

Regards,
Bhuvaneswar.



pgsql-sql by date:

Previous
From: Vladimir Vukicevic
Date:
Subject: getting OID from PL/PgSQL AFTER trigger
Next
From: Haller Christoph
Date:
Subject: Re: challenging query