Jaime Casanova <jaime(at)2ndquadrant(dot)com> wrote:
> If that is the name of the database, then it probably is because
> of the uppercase letters. Try this way:
>
> REINDEX DATABASE "PremierIEX"
Some command shells will eat the quotes when done like that. It
may be necessary to use this style of quoting:
REINDEX DATABASE '"PremierIEX"'
--
Kevin Grittner
EDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company