Peter Eisentraut <[EMAIL PROTECTED]> writes:
> I was wondering why we
> don't do this:
> BEGIN;
> UPDATE ...
> COPY ...
> UPDATE ...
> COMMIT;
Seems like a good idea.
regards, tom lane
---(end of broadcast)---
TIP 4: Don't
Here are a few open concerns about pg_dump:
Critical:
* pg_dumpall is not compatible with pre-7.3. It used to be ignorant but
now that it has extra columns in pg_database and pg_user to take care of
it will break with older releases. This should be straightforward to fix
for me (I hope) within