BUG #2353: Temporary tables created within trigger function still exist after abend

From: "Alexander Kirpa" <postgres(at)bilteks(dot)com>
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #2353: Temporary tables created within trigger function still exist after abend
Date: 2006-03-22 12:15:05
Message-ID: 200603221215.k2MCF5l6010385@wwwmaster.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs


The following bug has been logged online:

Bug reference: 2353
Logged by: Alexander Kirpa
Email address: postgres(at)bilteks(dot)com
PostgreSQL version: 8.1.3
Operating system: FreeBSD 6.0
Description: Temporary tables created within trigger function still
exist after abend
Details:

In case abnormal exit (for instance 'ERROR: invalid UTF-8 byte sequence
detected near byte 0xc3') from application based on Perl (5.8.8) with access
to Postgres over DBD::Pg (1.47) temporary tables still unremoved.

Temporary tables created within trigger function (PL/PgSQL) not removed, but
temporary tables created within self perl application removed by Postgres
engine w/o problem.

Best regards,
Alexander Kirpa

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Jim C. Nasby 2006-03-22 13:29:43 Re: BUG #2337: database connection
Previous Message Qingqing Zhou 2006-03-22 06:35:06 inpricise checkpoint stats