Re: I hava a problem in postgresql!

From: Arup Bhanja <abhanja(at)cal(dot)vsnl(dot)net(dot)in>
To: pgsql-docs(at)postgresql(dot)org
Subject: Re: I hava a problem in postgresql!
Date: 2000-11-11 06:25:04
Message-ID: 3A0CE640.67A29331@cal.vsnl.net.in
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs

> ksp> pg_connect ("localhost","5432","","","webmaster")
>
> ksp> The error message:
> ksp> warning: Unable to connect to PostgresSQL server:
> ksp> FATAL 1: SetUserId: user 'nobody' is not in 'pg_shadow' in
> ksp> /home/e0001cq/html/memo_postgre/memo_insert.php3 on line 2

In addition to Roland's suggestion : You will have to grant access to
nobody after you create it as a user like: grant ALL on <table_name> to
nobody;
type \h grant; in your pgsql monitor for the syntax

Regards,
Arup Bhanja - nibbles|inter(at)ctive
Calcutta, INDIA. - nibbles(at)caltiger(dot)com
GRASP MixMedia Ad server demo: http://www.mystical-stuff.com/grasp/

In response to

Browse pgsql-docs by date

  From Date Subject
Next Message J.J. Karels 2000-11-11 09:37:14
Previous Message Bruce Momjian 2000-11-10 15:17:40 Re: Re: Update of web page