Port Bug Report: inserting blob in transaction (jdbc2, java2)

From: Unprivileged user <nobody>
To: pgsql-ports(at)postgresql(dot)org
Subject: Port Bug Report: inserting blob in transaction (jdbc2, java2)
Date: 1999-04-20 16:19:11
Message-ID: 199904201619.MAA47168@hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-ports


============================================================================
POSTGRESQL BUG REPORT TEMPLATE
============================================================================

Your name : Tomas Urbanec
Your email address : urbanec(at)gic(dot)sk

Category : unknown
Severity : serious

Summary: inserting blob in transaction (jdbc2, java2)

System Configuration
--------------------
Operating System : Linux 2.2.5, glibc2.0

PostgreSQL version : 6.5

Compiler used : gcc 2.7.2.3

Hardware:
---------
Pentium PRO, 128MB RAM...

Versions of other tools:
------------------------
make

--------------------------------------------------------------------------

Problem Description:
--------------------
conn.setautocommit( false );
insert image into DB . (I used code from ImageViewer example)
..
It throws SQLException with message "Error flushing output: java.io.IOExcpetion : broken pipe

--------------------------------------------------------------------------

Test Case:
----------

--------------------------------------------------------------------------

Solution:
---------

--------------------------------------------------------------------------

Browse pgsql-ports by date

  From Date Subject
Next Message Thomas Lockhart 1999-04-20 16:27:15 Re: psql under win32
Previous Message Tatsuo Ishii 1999-04-19 08:49:44 Re: [PORTS] Port Bug Report: Can't compile with Language EUC_CN