Re: How to insert data from a text file - Mailing list pgsql-novice

From Mike
Subject Re: How to insert data from a text file
Date
Msg-id 8ca422820907201345r59843569y38cdf11876c814fb@mail.gmail.com
Whole thread Raw
In response to Re: How to insert data from a text file  (Michael Wood <esiotrot@gmail.com>)
List pgsql-novice
On Mon, Jul 20, 2009 at 3:27 PM, Michael Wood<esiotrot@gmail.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.

pgsql-novice by date:

Previous
From: Michael Wood
Date:
Subject: Re: STARTING SERIAL / BIGSERIAL FIELDS FROM 1.
Next
From: Jure Kobal
Date:
Subject: Re: STARTING SERIAL / BIGSERIAL FIELDS FROM 1.