Re: Authentication Question

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: Authentication Question
Дата
Msg-id 200312161758.21832.peter_e@gmx.net
обсуждение исходный текст
Ответ на Authentication Question  (Jason Hihn <jhihn@paytimepayroll.com>)
Список pgsql-general
Jason Hihn wrote:
> 1st problem with using the DB's auth: We want usernames to be email
> addresses, but it chokes on the @ sign:
> # create user jh@paytimepayroll.com with password 'cow';
> ERROR:  syntax error at or near "@" at character 16

create user "jh@paytimepayroll.com" ...;

> 2nd problem with using the DB's auth:
> I need to grant all permissions on all objects in a database to the
> new user. I have get to figure out how this is done easily. I had to
> do it table-by-table!

Use groups.


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

Предыдущее
От: Bruno Wolff III
Дата:
Сообщение: Re: Authentication Question
Следующее
От: Michael Fuhr
Дата:
Сообщение: Re: Authentication Question