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

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

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 Bruce Momjian 2004-03-25 18:52:56 Re: [HACKERS] fsync method checking
Previous Message Qing Zhao 2004-03-25 17:58:33 column size too large, is this a bug?