Re: Unable to run createlang (or psql for that matter)

Поиск
Список
Период
Сортировка
От Giles Lean
Тема Re: Unable to run createlang (or psql for that matter)
Дата
Msg-id 20100426155634.30916.qmail@sapphire.netherstone.net
обсуждение исходный текст
Ответ на Re: Unable to run createlang (or psql for that matter)  (Dave Page <dpage@pgadmin.org>)
Список pgsql-general
Dave Page <dpage@pgadmin.org> wrote:

> The account doesn't have a password by default as it's a service
> account and you shouldn't need to use it interactively.
>
> If you really want to though, just set a password:
>
> gator:~ dpage$ sudo passwd postgres
> Changing password for postgres.
> New password:
> Retype new password:
> gator:~ dpage$ su - postgres
> Password:
> gator:~ postgres$

Or even without a password, from an administrative account which
can use sudo:

$ sudo -i -u postgres
Password:
sapphire:~ postgres$ id
uid=770(postgres) gid=770(postgres)
groups=770(postgres),402(com.apple.sharepoint.group.1),61(localaccounts),12(everyone)

Regards,

Giles

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

Предыдущее
От: Chris.Ellis@shropshire.gov.uk
Дата:
Сообщение: Re: Table Bloat still there after the Vacuum
Следующее
От: jkunkel@laurcat.com
Дата:
Сообщение: gmake check problem