Re: update on TOAST status

Mike Mascari <mascarm@mascari.com>

From: Mike Mascari <mascarm@mascari.com>
To: Chris Bitmead <chrisb@nimrod.itg.telstra.com.au>
Cc: Jan Wieck <JanWieck@Yahoo.com>, PostgreSQL HACKERS <pgsql-hackers@postgresql.org>
Date: 2000-07-06T00:44:02Z
Lists: pgsql-hackers
Chris Bitmead wrote:
> 
> Jan Wieck wrote:
> 
> >     Toast  tables  aren't  automatically   created   for   system
> >     catalogs.  Thus I'll add
> >
> >         ALTER TABLE pg_rewrite CREATE TOAST TABLE
> >
> >     to  initdb.  So we'll get unlimited view complexity for free.
> >     As soon as  arrays  are  toastable,  we  might  want  to  add
> >     pg_class because of relacl too.
> 
> Why would we want system catalogs toastable?

I assume this will allow for Views with large rewrite rules which
currently are limited in size.

Mike Mascari