Re: How to insert data from a text file

From: Mike <1100100(at)gmail(dot)com>
To: Michael Wood <esiotrot(at)gmail(dot)com>
Cc: damien clochard <damien(at)dalibo(dot)info>, pgsql-novice(at)postgresql(dot)org
Subject: Re: How to insert data from a text file
Date: 2009-07-20 20:45:31
Message-ID: 8ca422820907201345r59843569y38cdf11876c814fb@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

On Mon, Jul 20, 2009 at 3:27 PM, Michael Wood<esiotrot(at)gmail(dot)com> wrote:
>
> If you just want the file paths, using "find" might make things easier
> to deal with:
>
> # find /abc -type f -print >/home/mike/file_output.txt
>
>
> If you use "find" as mentioned above, then you can do this to get the
> file and directory information by splitting on the last "/".
>

Thanks Mr. Wood, this is what I've been focusing on for use with
different tables.
More trial and error needed on my part.
Thanks for your help.

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message Lacey Powers 2009-07-21 04:37:18 Re: STARTING SERIAL / BIGSERIAL FIELDS FROM 1.
Previous Message Michael Wood 2009-07-20 19:58:09 Re: STARTING SERIAL / BIGSERIAL FIELDS FROM 1.