| From: | Bhuvan A <bhuvanbk(at)yahoo(dot)com> |
|---|---|
| To: | pgsql-sql(at)postgresql(dot)org |
| Subject: | COPY COMMAND -- Hanging |
| Date: | 2001-10-05 12:59:04 |
| Message-ID: | Pine.LNX.4.20.0110051817410.7508-100000@Larry.bks |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | 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 troubles on your parents; maturity is
when you learn that everything is the fault of the younger generation.
======================================================================
Regards,
Bhuvaneswar.
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Bhuvan A | 2001-10-05 13:28:38 | COPY COMMAND -- Hanging |
| Previous Message | Morgan Curley | 2001-10-05 12:30:54 | Re: Problem with n to n relation |