At 17:08 +0200 on 22/10/1999, Tom Lane wrote: > In the meantime, the conventional wisdom is still that you should use > COPY, if possible, for bulk data loading. (If you need default values > inserted in some columns then this won't do...) Yes it would - in two steps. COPY to a temp table that only has the non-default columns. Then INSERT ... SELECT ... from that temp table to your "real" table. Herouth -- Herouth Maoz, Internet developer. Open University of Israel - Telem project http://telem.openu.ac.il/~herutma ************
- Re: [GENERAL] Postgres INSERTs much slower than ... Vadim Mikheev
- Re: [GENERAL] Postgres INSERTs much slower than ... Lincoln Yeoh
- What's WAL (wasRe: [GENERAL] Postgres INSERTs mu... Jimmie Houchin
- [GENERAL] Re: What's WAL Christian Rudow
- Re: [GENERAL] Re: What's WAL Charles Tassell
- Re: [GENERAL] Re: What's WAL Samy Elashmawy
- Re: [GENERAL] Re: What's WAL Gene Selkov, Jr.
- Re: [GENERAL] Postgres INSERTs much slower than ... Vadim Mikheev
- Re: [GENERAL] Postgres INSERTs much slower than ... Bruce Momjian
- Re: [HACKERS] Re: [GENERAL] Postgres INSERTs muc... Tom Lane
- Re: [GENERAL] Postgres INSERTs much slower than ... Herouth Maoz
- Re: [GENERAL] Postgres INSERTs much slower than MySQL? Gene Selkov, Jr.