Re: bytea columns and large values

From: Marti Raudsepp <marti(at)juffo(dot)org>
To: Jon Nelson <jnelson+pgsql(at)jamponi(dot)net>
Cc: Alban Hertroys <haramrae(at)gmail(dot)com>, Radosław Smogura <rsmogura(at)softperience(dot)eu>, Merlin Moncure <mmoncure(at)gmail(dot)com>, David North <dtn(at)corefiling(dot)co(dot)uk>, pgsql-general(at)postgresql(dot)org
Subject: Re: bytea columns and large values
Date: 2011-09-29 15:27:25
Message-ID: CABRT9RBFtj6oFq-Y7C03kOSWGQcJ-+LMVwgCJ=VyKmatFAD6ug@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Thu, Sep 29, 2011 at 15:48, Jon Nelson <jnelson+pgsql(at)jamponi(dot)net> wrote:
> especially if my attempt
> to do so kills the backend I am using (which triggers a shutdown of
> all other backends, no?).

No, this is just an ereport(ERROR) that's handled gracefully by
rolling back the transaction.

Regards,
Marti

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Tendulker, Shivanand G Prabhu (SSTL) 2011-09-29 15:49:07 Deadlock of REINDEX and SELECT queries in PostgresSQL 7.4
Previous Message planas 2011-09-29 15:05:58 Re: Decimal vs. Bigint memory usage