Re: M$ SQL server DTS package equivalent in Postgres

Поиск
Список
Период
Сортировка
От Magnus Hagander
Тема Re: M$ SQL server DTS package equivalent in Postgres
Дата
Msg-id 20070123085612.GB14759@svr2.hagander.net
обсуждение исходный текст
Ответ на M$ SQL server DTS package equivalent in Postgres  (Paul Lambert <paul.lambert@autoledgers.com.au>)
Ответы Re: M$ SQL server DTS package equivalent in Postgres  (Paul Lambert <paul.lambert@autoledgers.com.au>)
Список pgsql-ports
On Tue, Jan 23, 2007 at 10:15:06AM +0900, Paul Lambert wrote:
> G'day,
>
> Is there an equivalent in Postgres to the DTS Packages available in M$
> SQL server.

Nope.

> I use these in SQL server to pre-load data from CSV files prior to
> enabling replication from my primary application. Any pointers on where
> best to go for this would be appreciated. I'm reading about something
> called EMS, is that the way to go?

This you can do using plain COPY commands from psql. You acn script this
as a SQL file. Or you can script using your faviourite scripting
language such as perl or python or whatever. What we don't do is the
advanced transformation features in DTS, but if you're just loading data
it's fully supported.

> Sample of one of the files I use:

<snip>
Looks like a plaitnext file with ^ as field delimiter. See the help for
COPY on how to load that.

//Magnus

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

Предыдущее
От: Paul Lambert
Дата:
Сообщение: M$ SQL server DTS package equivalent in Postgres
Следующее
От: Paul Lambert
Дата:
Сообщение: Re: M$ SQL server DTS package equivalent in Postgres