Re: COPY FROM function - Mailing list pgsql-novice

From Frank Bax
Subject Re: COPY FROM function
Date
Msg-id 3.0.6.32.20020207100222.007b23e0@pop6.sympatico.ca
Whole thread Raw
In response to COPY FROM function  ("Patrick Hatcher" <PHatcher@macys.com>)
List 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

pgsql-novice by date:

Previous
From: FOlkeN
Date:
Subject: Re: can't connect to postmaster from other machine
Next
From: Tom Lane
Date:
Subject: Re: limit of 16 on arguments to functons