| From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
|---|---|
| To: | Alvaro Herrera <alvherre(at)commandprompt(dot)com> |
| Cc: | Euler Taveira de Oliveira <euler(at)timbira(dot)com>, Pg Hackers <pgsql-hackers(at)postgresql(dot)org> |
| Subject: | Re: handling TOAST tables in autovacuum |
| Date: | 2008-06-09 03:10:06 |
| Message-ID: | 5138.1212981006@sss.pgh.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
Alvaro Herrera <alvherre(at)commandprompt(dot)com> writes:
> Euler Taveira de Oliveira wrote:
>> And based on your proposal, it'll be needed to add reloptions to toast
>> tables too. IMO, we should keep that code as simple as possible.
> Sure, what's the problem with that? We only need to make sure that
> ALTER TABLE works for setting reloptions for toast tables.
... actually, the problem is going to be "how do you get pg_dump to dump
and reload such settings"? The toast tables are not going to have the
same names after dump/reload.
regards, tom lane
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Andrew Dunstan | 2008-06-09 04:31:57 | Re: libpq support for arrays and composites |
| Previous Message | Andrew Chernow | 2008-06-09 02:36:41 | Re: libpq support for arrays and composites |