Re: BUG #8394: SQL command REINDEX doesn't work

From: Jaime Casanova <jaime(at)2ndquadrant(dot)com>
To: Yong Zhang <yzhang(at)trinityusa(dot)com>
Cc: pgsql-bugs <pgsql-bugs(at)postgresql(dot)org>, Thomas Kellerer <spam_eater(at)gmx(dot)net>
Subject: Re: BUG #8394: SQL command REINDEX doesn't work
Date: 2013-08-24 06:14:28
Message-ID: CAJKUy5hKeaOHnM=XhRmMQLpLSpg8qYPBm+_rfaukgu2241trVw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

On Fri, Aug 23, 2013 at 3:39 PM, Yong Zhang <yzhang(at)trinityusa(dot)com> wrote:
> Thanks for the prompt response. But that's what I tried and it didn't work.
> I tried following command in both pgAdmin III and psql:
>
>
>
> REINDEX DATABASE PremierIEX
>

If that is the name of the database, then it probably is because of
the uppercase letters. Try this way:

REINDEX DATABASE "PremierIEX"

--
Jaime Casanova www.2ndQuadrant.com
Professional PostgreSQL: Soporte 24x7 y capacitación
Phone: +593 4 5107566 Cell: +593 987171157

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message paul 2013-08-24 07:15:54 BUG #8396: Window function results differ when selecting from table and view, with where clause
Previous Message Bruce Momjian 2013-08-24 01:36:58 Re: [BUGS] BUG #7722: extract(epoch from age(...)) appears to be broken