Re: realtime data inserts
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Ron Johnson <ron.l.johnson@cox.net>
Cc: pgsql-general@postgresql.org
Date: 2003-05-11T02:46:25Z
Lists: pgsql-hackers, pgsql-performance, pgsql-general
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.
regards, tom lane