Re: COPY FROM function

From: Frank Bax <fbax(at)sympatico(dot)ca>
To: "Joshua b(dot) Jore" <josh(at)greentechnologist(dot)org>
Cc: Patrick Hatcher <PHatcher(at)macys(dot)com>, pgsql-novice(at)postgresql(dot)org
Subject: Re: COPY FROM function
Date: 2002-02-07 15:02:22
Message-ID: 3.0.6.32.20020207100222.007b23e0@pop6.sympatico.ca
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

At 04:49 PM 2/6/02 -0600, Joshua b. Jore wrote:
>Once converted you could read just specific columns by running a simple
>perl script.like
>
>#!/usr/local/bin/perl
>while (<>) {
> @ary = split /\t/;
> splice @ary, 1, 1;
> print join "\t", @ary;
>}

see also:
man cut

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message Tom Lane 2002-02-07 16:17:32 Re: limit of 16 on arguments to functons
Previous Message FOlkeN 2002-02-07 14:57:44 Re: can't connect to postmaster from other machine