Re: Win32 Install

Поиск
Список
Период
Сортировка
От Thomas D. Dean
Тема Re: Win32 Install
Дата
Msg-id 200004171733.KAA03280@ix.netcom.com
обсуждение исходный текст
Ответ на RE: Win32 Install  ("Joseph" <lters@mrtc.com>)
Список pgsql-general
You should be able to save the excel table as a text file, with a tab
separator.  You may need to use sed to convert the line_end from
windows to unix form.  Then use the psql copy to put the data into the
table.

Use vi to create a to_dos.sh

#! /usr/local/bin/tcsh -f
cat $1 | sed -e 's/$/^M/' > xx

where the ^M is a single character entered with control-v controm-m,

Then use this to convert the text

tomdean

В списке pgsql-general по дате отправления:

Предыдущее
От: "Ross J. Reedstrom"
Дата:
Сообщение: Re: excell to postgres
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: excell to postgres