Re: problems with GRANT on Solaris 8

From: "Rommel B(dot) Abaya" <rommel(dot)abaya(at)ramcargroup(dot)com>
To: "Martin A(dot) Marques" <martin(at)math(dot)unl(dot)edu(dot)ar>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: problems with GRANT on Solaris 8
Date: 2000-09-11 14:15:55
Message-ID: 39BCE91A.1EAAAF73@ramcargroup.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

is martin just a shell account?

please take note of the difference between a shell account and a PostgreSQL
account. you have to create that particular user on the database. use create
user to make a new postgresql user.

"Martin A. Marques" wrote:

> I'm running postgresql 7.0.2 on Solaris 8 and I get errors when I try to
> grant a user. The query and error are ike this:
>
> horde=# GRANT SELECT, INSERT, UPDATE ON active_sessions TO martin;
> ERROR: aclparse: non-existent user "martin"
> horde=#
>
> Now, user martin exists on as a system user (it's my personal user acount),
> and I'm runnig the query as postgres user (the database superuser).
>
> What can be wrong?
>
> Thanks!
>
> --
> "And I'm happy, because you make me feel good, about me." - Melvin Udall
> -----------------------------------------------------------------
> Martín Marqués email: martin(at)math(dot)unl(dot)edu(dot)ar
> Santa Fe - Argentina http://math.unl.edu.ar/~martin/
> Administrador de sistemas en math.unl.edu.ar
> -----------------------------------------------------------------

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Rommel B. Abaya 2000-09-11 14:34:05 Re: PostgreSQL + PHP can't connect
Previous Message Adam Lang 2000-09-11 14:03:33 Re: PostgreSQL + PHP can't connect