Re: Using char fields with 7.1.3 driver

From: "David Wall" <d(dot)wall(at)computer(dot)org>
To: <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: Using char fields with 7.1.3 driver
Date: 2001-09-07 01:28:50
Message-ID: 00a501c1373c$730bc080$5a2b7ad8@expertrade.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

I'm not a JDBC expert, but this is pretty much the way I'd expect it to
work. If you a have fixed length field, then the field should return that
many characters. The varchar implies it's variable length, so trailing
spaces would then not be included.

David

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Bruce Momjian 2001-09-07 01:38:49 Re: Using char fields with 7.1.3 driver
Previous Message jeffdavey 2001-09-07 01:22:27 Using char fields with 7.1.3 driver