Re: Unable to run createlang (or psql for that matter) - Mailing list pgsql-general

From Giles Lean
Subject Re: Unable to run createlang (or psql for that matter)
Date
Msg-id 20100426155634.30916.qmail@sapphire.netherstone.net
Whole thread Raw
In response to Re: Unable to run createlang (or psql for that matter)  (Dave Page <dpage@pgadmin.org>)
List 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 by date:

Previous
From: Chris.Ellis@shropshire.gov.uk
Date:
Subject: Re: Table Bloat still there after the Vacuum
Next
From: jkunkel@laurcat.com
Date:
Subject: gmake check problem