Re: reloptions and toast tables - Mailing list pgsql-hackers

From Tom Lane
Subject Re: reloptions and toast tables
Date
Msg-id 4525.1229880854@sss.pgh.pa.us
Whole thread Raw
In response to Re: reloptions and toast tables  (Zdenek Kotala <Zdenek.Kotala@Sun.COM>)
Responses Re: reloptions and toast tables
List pgsql-hackers
Zdenek Kotala <Zdenek.Kotala@Sun.COM> writes:
> Another potential problem with toast setting is that reloption is toastable and 
> it could generates loops in detoasting pg_class tuples. For example toast chunk 
> size cannot be implement like reloption (or pg_class should use every time 
> default values).

Nonsense.  Toast chunk size isn't going to become variable *at all*,
unless we go over to the proposed toast indexing method that allows
the chunks to be self-identifying; in which case there's no problem
in pg_class or anyplace else.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Andreas 'ads' Scherbaum
Date:
Subject: [patch] Reformat permissions in \l+ (like \z does)
Next
From: Tom Lane
Date:
Subject: Re: Is "Window" really safe as a global typedef name?