Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us> writes:
> If you get elog(ERROR), can't you just abort the current message, and
> send the elog(), or is it very involved.
You can do that in the COPY case (good thing too), but not in the SELECT
case; if part of a D or B (data) message has already been flushed out to
the frontend then there's no way to stay in sync except to complete the
message.
regards, tom lane