Обсуждение: pg_shadow problem

Поиск
Список
Период
Сортировка

pg_shadow problem

От
lbottorff@harveycounty.com
Дата:
I know this has been dealt with before, but I can't find the solution in the
archives....

I'm trying to start up 7.0.3 on NT/cygwin. I have it properly installed and I
type:

$ipc-daemon &
$postmaster -i &

So far so good, then
$psql -h localhost template1

But I get the error: FATAL 1: SetUserID: user 'larryb' is not in 'pg_shadow'

Any ideas?

LB



Re: pg_shadow problem

От
Jie Liang
Дата:
I believe first you run as user postgres, after you created the user
larryb, you can login as larryb.

Jie LIANG

Internet Products Inc.

10350 Science Center Drive
Suite 100, San Diego, CA 92121
Office:(858)320-4873

jliang@ipinc.com
www.ipinc.com

On Thu, 25 Jan 2001 lbottorff@harveycounty.com wrote:

> I know this has been dealt with before, but I can't find the solution in the
> archives....
>
> I'm trying to start up 7.0.3 on NT/cygwin. I have it properly installed and I
> type:
>
> $ipc-daemon &
> $postmaster -i &
>
> So far so good, then
> $psql -h localhost template1
>
> But I get the error: FATAL 1: SetUserID: user 'larryb' is not in 'pg_shadow'
>
> Any ideas?
>
> LB
>
>