Re: Error in pgaccess (parse error at or near """) on create new user with password

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: Error in pgaccess (parse error at or near """) on create new user with password
Дата
Msg-id Pine.LNX.4.21.0005102318221.30279-100000@localhost.localdomain
обсуждение исходный текст
Ответ на Re: Error in pgaccess (parse error at or near """) on create new user with password  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: Error in pgaccess (parse error at or near """) on create new user with password  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-bugs
Tom Lane writes:

> > The password must be single-quoted nowadays. Put that on the 7.0.1 list
>
> I'd say single quotes is correct behavior for the password, actually.
> Double quotes are only appropriate in a position where an SQL name is
> wanted.  The underlying syntax is really
>     CREATE USER <name> WITH PASSWORD <string>

Yes, that's why we made that change. I was more referring to the pgaccess
"list". Sorry.


--
Peter Eisentraut                  Sernanders väg 10:115
peter_e@gmx.net                   75262 Uppsala
http://yi.org/peter-e/            Sweden

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

Предыдущее
От: Mark Kirkwood
Дата:
Сообщение: Cluster fails
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: Error in pgaccess (parse error at or near """) on create new user with password