From: | Hiroshi Inoue <Inoue(at)tpf(dot)co(dot)jp> |
---|---|
To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
Cc: | Mario Weilguni <mweilguni(at)sime(dot)com>, pgsql-general(at)postgresql(dot)org |
Subject: | Re: In 7.3.1, will I be able to reindex toast? |
Date: | 2003-02-18 23:47:01 |
Message-ID: | 3E52C5F5.4F18EDA7@tpf.co.jp |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
Tom Lane wrote:
>
> Mario Weilguni <mweilguni(at)sime(dot)com> writes:
> > Hmm... how about pg_largeobject?
> > It seems to be treated like a system table, but I think it is not
> > necessary. Does the reindex command simply check the "pg_" prefix?
>
> As of 7.3, I believe it treats any table living in the pg_catalog schema
> as a system table. Certainly, a lot of these tables are not all that
> special and could be reindexed without going to standalone mode.
>
> It might be sufficient to insist on standalone reindexing just for the
> three or four tables that have nailed-in-cache indexes. I'm not sure
> though. Hiroshi, what do you think?
Basically I changed REINDEX to work with most system tables
under postmaster in 7.1, IIRC. And there's a trial to make
it possible even for nailed-in-cache relations ... Hmm
where's my code ?
regards,
Hiroshi Inoue
http://www.geocities.jp/inocchichichi/psqlodbc/
From | Date | Subject | |
---|---|---|---|
Next Message | Steve Wolfe | 2003-02-18 23:48:44 | Re: Configuring postmaster to use all available memory |
Previous Message | Justin Clift | 2003-02-18 23:37:45 | Re: Configuring postmaster to use all available memory |