Re: Possible dump/restore bug

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: William Yu <wyu(at)talisys(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Possible dump/restore bug
Date: 2004-12-13 22:12:19
Message-ID: 28550.1102975939@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

William Yu <wyu(at)talisys(dot)com> writes:
> It seems that upon dump & restore, UPPER indexes either aren't recreated
> correctly or not listed somewhere the query analyzer can know it exist.

Seems unlikely. Perhaps you forgot to ANALYZE after reloading?

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2004-12-13 22:24:56 Re: Temporary tables and disk activity
Previous Message William Yu 2004-12-13 22:00:05 Possible dump/restore bug