Re: [HACKERS] LZTEXT for rule plan stings
Hannu Krosing <hannu@tm.ee>
From: Hannu Krosing <hannu@tm.ee>
To: Don Baccus <dhogaza@pacifier.com>
Cc: Jan Wieck <wieck@debis.com>, PostgreSQL HACKERS <pgsql-hackers@postgreSQL.org>
Date: 2000-02-26T01:02:22Z
Lists: pgsql-hackers
Don Baccus wrote: > > > I still like the idea of "text" being implemented under the hood > as lzText for a quick 7.1 release if that idea works out ... But without TOAST it would result in _undefined_ max tuple length, which is probably not desirable. Using it for views is another thing as their max size was undefined to begin with. ----------- Hannu