Re: [HACKERS] type coerce problem with lztext - Mailing list pgsql-hackers

From Don Baccus
Subject Re: [HACKERS] type coerce problem with lztext
Date
Msg-id 3.0.1.32.20000227133028.00fa2a10@mail.pacifier.com
Whole thread Raw
In response to Re: [HACKERS] type coerce problem with lztext  (Bruce Momjian <pgman@candle.pha.pa.us>)
Responses Re: [HACKERS] type coerce problem with lztext  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
At 04:18 PM 2/27/00 -0500, Bruce Momjian wrote:
>> Bruce Momjian wrote:

>>     The  view v1 is a simple 'SELECT * FROM t1' and t1 is a table
>>     of 220 columns with the same names and types  as  nearly  all
>>     attributes of the system catalogs. Makes me feel comfortable.
>
>Wow, that's a large number, 64k.

This is the "explosion" in length due to the column aliases now
being inserted into the rule, apparently.   The limit on views now
is much more tied to the number of columns in the referenced table(s)
than on the actual complexity of the view's definition per se.

lztext is doing a GREAT job of sweeping this problem under the rug,
so to speak, but it's still there...




- Don Baccus, Portland OR <dhogaza@pacifier.com> Nature photos, on-line guides, Pacific Northwest Rare Bird Alert
Serviceand other goodies at http://donb.photo.net.
 


pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: [HACKERS] type coerce problem with lztext
Next
From: Tom Lane
Date:
Subject: Re: [HACKERS] type coerce problem with lztext