Re: Numeric user names

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Numeric user names
Дата
Msg-id 12300.1098167588@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Numeric user names  (Neil Conway <neilc@samurai.com>)
Ответы Re: Numeric user names  (Ed Stoner <ed@whsd.k12.pa.us>)
Список pgsql-general
Neil Conway <neilc@samurai.com> writes:
> I don't know of an easy workaround. Why do you need numeric usernames?

There's always double-quoted identifiers:
    create user "12345" with password ...

Considering that the SQL standard defines <authorization identifier>
as an <identifier>, I'm not sure why Ed is expecting that he should
be able to use a bare number as a user name.

            regards, tom lane

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

Предыдущее
От: Stephan Szabo
Дата:
Сообщение: Re: Numeric user names
Следующее
От: Sim Zacks
Дата:
Сообщение: plpython question