Re: Bug #591: Postgres apparently not identifying users created in Caps

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Bug #591: Postgres apparently not identifying users created in Caps
Дата
Msg-id 20591.1013885263@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Bug #591: Postgres apparently not identifying users created in Caps  (pgsql-bugs@postgresql.org)
Список pgsql-bugs
pgsql-bugs@postgresql.org writes:
> alter user Test with password 'testpwd';

You need double quotes.

    alter user "Test" with password 'testpwd';

You may care to read the section of the user's guide that discusses
case insensitivity of identifiers in SQL.

            regards, tom lane

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

Предыдущее
От: pgsql-bugs@postgresql.org
Дата:
Сообщение: Bug #591: Postgres apparently not identifying users created in Caps
Следующее
От: pgsql-bugs@postgresql.org
Дата:
Сообщение: Bug #593: postgresql-odbc-7.2-1PGDG.i386.rpm lacks the actual shared library