Re: Bug #590: Migration to Postgres 7.2 impossible when capitals are used in database name

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Bug #590: Migration to Postgres 7.2 impossible when capitals are used in database name
Дата
Msg-id 13775.1013786512@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Bug #590: Migration to Postgres 7.2 impossible when capitals are used in database name  (pgsql-bugs@postgresql.org)
Список pgsql-bugs
pgsql-bugs@postgresql.org writes:
> The reason is, that the database is called "iBBS-oud" and not "ibbs-oud". The script contains the correct name of the
database,but postgres seems to convert the capitals in "iBBS-oud" to lowercase so it becomes "ibbs-oud" internally. 

Yes, pg_dump fails to quote the database name properly.  This is already
fixed for 7.2.1.  You may care to grab current sources (see the nightly
snapshot tarballs in the FTP dev/ directory) and use the latest pg_dump
to perform the dump from your 7.1.3 server.  Or just edit the connect
statements in the dump you have.

            regards, tom lane

В списке pgsql-bugs по дате отправления:

Предыдущее
От: pgsql-bugs@postgresql.org
Дата:
Сообщение: Bug #590: Migration to Postgres 7.2 impossible when capitals are used in database name
Следующее
От: pgsql-bugs@postgresql.org
Дата:
Сообщение: Bug #591: Postgres apparently not identifying users created in Caps