Re: How to insert data from a text file

Поиск
Список
Период
Сортировка
От Mike
Тема Re: How to insert data from a text file
Дата
Msg-id 8ca422820907201345r59843569y38cdf11876c814fb@mail.gmail.com
обсуждение исходный текст
Ответ на Re: How to insert data from a text file  (Michael Wood <esiotrot@gmail.com>)
Список 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 по дате отправления:

Предыдущее
От: Michael Wood
Дата:
Сообщение: Re: STARTING SERIAL / BIGSERIAL FIELDS FROM 1.
Следующее
От: Jure Kobal
Дата:
Сообщение: Re: STARTING SERIAL / BIGSERIAL FIELDS FROM 1.