Re: copy

From: "CHRIS HOOVER" <CHRIS(dot)HOOVER(at)companiongroup(dot)com>
To: H J Sanders <hjs(at)rmax(dot)nl>
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: copy
Date: 2004-12-01 15:03:00
Message-ID: NY1154e2-5bab29d5@companiongroup.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

cat <file> | sed '<delimiter>$//' > <file>.new

this should remove the last delimiter
------------------( Forwarded letter 1 follows )---------------------
Date: Wed, 1 Dec 2004 13:33:26 +0100
To: pgsql-admin(at)postgresql(dot)org(dot)comp
From: H(dot)J(dot)Sanders[hjs](at)rmax(dot)nl(dot)comp
Sender: pgsql-admin-owner+m15591(at)postgresql(dot)org(dot)comp
Subject: [ADMIN] copy

Hello.

We are moving a database from informix to Postgresql.

To do so we do an unload from Informix and copy to postgresql.

Informix unloads with a delimiter also after the last field in a record.

This is no problem when doing a copy to Postgresql 7.2
You get a warning (to many fields) but the copy process continues.

In 7.4 however the copy stops .

Does anyone know how to proceed the copy or a fast way to remove the last
character
from the unload files.

They are anyhow to big to handle with vi.

Many thanks

Henk Sanders

---------------------------(end of broadcast)---------------------------
TIP 2: you can get off all lists at once with the unregister command
(send "unregister YourEmailAddressHere" to majordomo(at)postgresql(dot)org)

Browse pgsql-admin by date

  From Date Subject
Next Message CHRIS HOOVER 2004-12-01 15:13:00 Re: copy
Previous Message Pradeepkumar, Pyatalo (IE10) 2004-12-01 13:25:47 PSQL History not working