Re: realtime data inserts

Поиск
Список
Период
Сортировка
От Doug McNaught
Тема Re: realtime data inserts
Дата
Msg-id m3llxdju7w.fsf@varsoon.wireboard.com
обсуждение исходный текст
Ответ на realtime data inserts  ("Adam Siegel" <adam@sycamorehq.com>)
Ответы Re: realtime data inserts  ("alex b." <mailinglists1@gmx.de>)
Список pgsql-general
Ron Johnson <ron.l.johnson@cox.net> writes:

> On Sat, 2003-05-10 at 21:46, Tom Lane wrote:
> > Ron Johnson <ron.l.johnson@cox.net> writes:
> > > On Sat, 2003-05-10 at 11:00, Tom Lane wrote:
> > >> Have you thought about using COPY?
> >
> > > Generate a temporary file, and then system("COPY /tmp/foobar ...") ?
> >
> > No, copy from stdin.  No need for a temp file.
>
> But wouldn't that only work if the input stream is acceptable to
> COPY ?

Yes, but you could always pipe it through a script or C program to
make it so...

-Doug

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

Предыдущее
От: Ron Johnson
Дата:
Сообщение: Re: realtime data inserts
Следующее
От: "Cristina Surroca"
Дата:
Сообщение: [HELP] buffers and query's