Re: Problem with COPY

From: "Leif B(dot) Kristensen" <leif(at)solumslekt(dot)org>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Problem with COPY
Date: 2006-07-11 08:36:22
Message-ID: 200607111036.22407.leif@solumslekt.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Tuesday 11. July 2006 10:10, A. Kretschmer wrote:
>Do you have a UNIX-like operating system? Then you can use tools like
>'cut':
>
>kretschmer(at)tux:~$ echo "s1,s2,s3" | cut -d ',' -f 1,3
>s1,s3
>
>This result can you pipe into psql.

It would be nice, though, if we had something like Oracle's SQL-Loader
for PostgreSQL. It's a very powerful tool for transforming and loading
data.
--
Leif Biberg Kristensen | Registered Linux User #338009
http://solumslekt.org/ | Cruising with Gentoo/KDE

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Alban Hertroys 2006-07-11 09:13:01 Re: timestamp with definable accuracy, was: Re: empty text
Previous Message A. Kretschmer 2006-07-11 08:10:09 Re: Problem with COPY