From: | Jan Wieck <JanWieck(at)Yahoo(dot)com> |
---|---|
To: | Taral <taral(at)taral(dot)net> |
Cc: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: Toast question |
Date: | 2001-07-11 16:37:07 |
Message-ID: | 200107111637.f6BGb7r20092@jupiter.us.greatbridge.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
Taral wrote:
> I noticed that toast tables seem to accumulate in my database, even if
> they're empty. Is there a way to get postgresql to remove (or not
> create) unused toast tables?
What do you mean with "accumulate"? They (and their index)
should exist exactly as long as the table they belong to.
The system creates a toast table automatically for every
table, where toasted values could possibly occur in the
future (means any table using any of the variable sized base
data types). The only chance you have for now would be to
disable the toast feature in the pg_type entries for those
datatypes you use before creating your user tables.
Jan
--
#======================================================================#
# It's easier to get forgiveness for being wrong than for being right. #
# Let's break this rule - forgive me. #
#================================================== JanWieck(at)Yahoo(dot)com #
_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com
From | Date | Subject | |
---|---|---|---|
Next Message | Thalis A. Kalfigopoulos | 2001-07-11 16:44:33 | Re: Postgresql revisited. Some questions about the product0 |
Previous Message | Gregory Wood | 2001-07-11 16:21:49 | Re: reordering sequences |