TEXT

From: "Eric Jain" <jain(at)gmx(dot)net>
To: <pgsql-jdbc(at)postgresql(dot)org>
Subject: TEXT
Date: 2002-04-21 21:31:30
Message-ID: NCBBJFHBEGOIAHBCBNCLIEOOCMAA.jain@gmx.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Are TEXT fields handled like BLOBs or like VARCHARs? The issue is that I
prefer to use TEXT rather than VARCHAR fields in my tables, but couldn't
afford the performance penalty of having Java read each returned TEXT field
separately from the database.

--
Eric Jain

Responses

  • Re: TEXT at 2002-04-21 22:01:23 from Thomas De Vos
  • Re: TEXT at 2002-04-21 22:08:28 from Peter Eisentraut

Browse pgsql-jdbc by date

  From Date Subject
Next Message Thomas De Vos 2002-04-21 22:01:23 Re: TEXT
Previous Message Nick Fankhauser 2002-04-21 13:52:06 Re: JDBC and servlet...