Re: optimal insert - Mailing list pgsql-sql

From Dirk Jagdmann
Subject Re: optimal insert
Date
Msg-id 5d0f60990610101415s170b032ao6bcac270bddc5f3a@mail.gmail.com
Whole thread Raw
In response to Re: optimal insert  ("George Pavlov" <gpavlov@mynewplace.com>)
List pgsql-sql
Hello George,

> And don't forget that \COPY and especially COPY are usually much faster
> (and, IMHO, easier to compose/maintain) than gobs of INSERTs.

I did not forget, but my application uses embedded SQL (with the epcg
preprocessor) and I don't think it can handle COPYs :(

-- 
---> Dirk Jagdmann
----> http://cubic.org/~doj
-----> http://llg.cubic.org


pgsql-sql by date:

Previous
From: "Dirk Jagdmann"
Date:
Subject: Re: optimal insert
Next
From: "Dirk Jagdmann"
Date:
Subject: Re: storing access rights in a postgres database