[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: newbie postgresql question



Charles Lewis wrote:

<snip>

>   psql: FATAL 1: SetUserId: user 'chas' is not in 'pg_shadow'
> 
> I imagine that I have to add myself to some group or something, but I have
> absolutely no idea where to start looking.
> 
> I've read some postgres documentation, but debian apparently does things a
> little differently. Any suggestions?

This is a PostgreSQL issue, not a debian issue.  You need to add 'chas'
to the PostgreSQL user database.  Do 'createuser chas'.  See 'man
createuser'.

-- 
Ron Peterson
Network & Systems Manager
Mount Holyoke College
GPG and other info at http://www.mtholyoke.edu/~rpeterso



Reply to: