Re: column size too large, is this a bug?

From: Qing Zhao <qzhao(at)quotefx(dot)net>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-performance(at)postgresql(dot)org
Subject: Re: column size too large, is this a bug?
Date: 2004-03-25 22:20:56
Message-ID: AFEFC9E2-7EAA-11D8-8B9C-000A95AB8896@quotefx.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

Tom,

Thanks for your help!
It's not through one client. I am using JDBC. But the same things
happen when I use client like psql.

Qing
On Mar 25, 2004, at 10:20 AM, Tom Lane wrote:

> Qing Zhao <qzhao(at)quotefx(dot)net> writes:
>> I have a query which get's data from a single table.
>> When I try to get data from for an RFQ which has around 5000 rows, it
>> is breaking off at 18th row.
>> If i reduce some columns , then it returns all the rows and not so
>> slow.
>
> What client-side software are you using? This is surely a limitation
> on
> the client side, because there is no such problem in the server.
>
> regards, tom lane
>

In response to

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message Tom Lane 2004-03-25 22:28:19 Re: column size too large, is this a bug?
Previous Message markw 2004-03-25 21:46:56 Re: [HACKERS] fsync method checking