"'Bruce Momjian'" <pgman(at)candle(dot)pha(dot)pa(dot)us>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc:
Lee Kindness <lkindness(at)csl(dot)co(dot)uk>, Peter Eisentraut <peter_e(at)gmx(dot)net>,
Jim Buttafuoco <jim(at)buttafuoco(dot)net>,
PostgreSQL Development <pgsql-hackers(at)postgresql(dot)org>
> > Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> writes:
> > > Seems nested transactions are not required if we load
> > > each COPY line in its own transaction, like we do with
> > > INSERT from pg_dump.
> >
> > I don't think that's an acceptable answer. Consider
>
> Oh, very good point. "Requires nested transactions" added to TODO.
Also add performance issue with per-line-commit...
Also-II - there is more common name for required feature - savepoints.
Vadim