Jaime Casanova <[email protected]> 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 -- Sent via pgsql-bugs mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-bugs
