AW: Applying TOAST to CURRENT - Mailing list pgsql-hackers

From Zeugswetter Andreas SB
Subject AW: Applying TOAST to CURRENT
Date
Msg-id 219F68D65015D011A8E000006F8590C604AF7DB9@sdexcsrv1.f000.d0188.sd.spardat.at
Whole thread Raw
List pgsql-hackers
>     Hmmm - thinking about that it doesn't sound bad if we allways
>     create a secondary relation at CREATE TABLE time, but NOT the
>     index  for  it.  And at VACUUM time we create the index if it
>     doesn't exist AND there is external stored data.

Seems we are trying to reduce the dependency on vacuum in other
areas (e.g. overwriting smgr). 
I would prefer explicit syntax to enable toast (create table and alter
table).

Andreas


pgsql-hackers by date:

Previous
From: Hannu Krosing
Date:
Subject: Re: Applying TOAST to CURRENT
Next
From: Peter Vazsonyi
Date:
Subject: Re: [SQL] 7.0 weirdness