BUG #2758: missing quotes in SQL sentence

Поиск
Список
Период
Сортировка
От scoanda
Тема BUG #2758: missing quotes in SQL sentence
Дата
Msg-id 200611141542.kAEFgrCp061138@wwwmaster.postgresql.org
обсуждение исходный текст
Ответы Re: BUG #2758: missing quotes in SQL sentence
Список pgsql-bugs
The following bug has been logged online:

Bug reference:      2758
Logged by:          scoanda
Email address:      sabin.coanda@deuromedia.ro
PostgreSQL version: 8.1.4
Operating system:   Windows XP sp2
Description:        missing quotes in SQL sentence
Details:

I set the transaction isolation level for an user with
ALTER ROLE <user> SET default_transaction_isolation='read committed';

In pgAdmin I get the sentence without quotes:
ALTER ROLE <user> SET default_transaction_isolation=read committed;

This doesn't work if I copy/paste to SQL Query window.

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

Предыдущее
От: Andreas Lange
Дата:
Сообщение: Re: 8.2bet2 failed build on Solaris 10 / x86-64 / SUN Studio
Следующее
От: "Jim C. Nasby"
Дата:
Сообщение: Re: BUG #2758: missing quotes in SQL sentence