Re: column size too large, is this a bug? - Mailing list pgsql-performance

From Tom Lane
Subject Re: column size too large, is this a bug?
Date
Msg-id 16476.1080261565@sss.pgh.pa.us
Whole thread Raw
In response to Re: column size too large, is this a bug?  (Stephan Szabo <sszabo@megazone.bigpanda.com>)
Responses Re: column size too large, is this a bug?
List pgsql-performance
Stephan Szabo <sszabo@megazone.bigpanda.com> writes:
> On Thu, 25 Mar 2004, Qing Zhao wrote:
>> start with customer_part_number = 'Top Assembly 1'
>> connect by parent_part_number = prior customer_part_number;

> What version are you running, and did you apply any patches (for example
> one to support the start with/connect by syntax used above?)

Oh, good eye ... it's that infamous CONNECT BY patch again, without doubt.

I think we should add "Have you applied any patches to your copy of
Postgres?" to the standard bug report form ...

            regards, tom lane

pgsql-performance by date:

Previous
From: Qing Zhao
Date:
Subject: Re: column size too large, is this a bug?
Next
From: Josh Berkus
Date:
Subject: Re: column size too large, is this a bug?