Re: problem creating user

Поиск
Список
Период
Сортировка
От Manuel Sugawara
Тема Re: problem creating user
Дата
Msg-id m3ptdjal8i.fsf@conexa.fciencias.unam.mx
обсуждение исходный текст
Ответ на problem creating user  (kandiah ratnavale <ratnavale@shaw.ca>)
Список pgsql-admin
kandiah ratnavale <ratnavale@shaw.ca> writes:

> could you please tell me what is wrong here?
> how would i change to user bruce?

You are confusing unix users with postgres users. They are different
so the su command does not work. You can use the -U switch to psql to
connect as another user

psql -U bruce -d movies

Read the psql(1) and createuser(1) manual pages for details.

Regards,
Manuel.

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

Предыдущее
От: postgres@jal.org
Дата:
Сообщение: Re: problem creating user
Следующее
От: "Martinelli Paolo A."
Дата:
Сообщение: R: problem creating user