On Fri, Dec 02, 2005 at 01:24:31PM -0800, Luke Lonergan wrote:
>From a performance standpoint no argument, although you're betting that you
>can do parsing / conversion faster than the COPY core in the backend can
Not necessarily; you may be betting that it's more *efficient* to do the
parsing on a bunch of lightly loaded clients than your server. Even if
you're using the same code this may be a big win.
Mike Stone