Re: giving users access to specific databases

From: "chris smith" <dmagick(at)gmail(dot)com>
To: "postgresql(at)teska(dot)net" <postgresql(at)teska(dot)net>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: giving users access to specific databases
Date: 2006-03-31 23:51:53
Message-ID: 3c1395330603311551u366070caja5cffe8636f824a8@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 4/1/06, postgresql(at)teska(dot)net <postgresql(at)teska(dot)net> wrote:
> Hi,
>
> I'm hoping someone can tell me how to go about this, or if a solution is
> even possible with my current set up. I realize this question may go beyond
> pure postgres topics and have to do more with how my hosting company has
> their servers configures, but this group seemed like my best option for
> help. If anyone has suggestions on what other groups might be helpful to
> post this question to, I would really appreciate it.
>
> I do my database & application work on a shared Linux server provided by my
> hosting company. It appears they have just one installation of postgres on
> the server and that all of their customers on that server are able to create
> databases and users under their account. I'm not quite sure how they have
> enabled specific user accounts for access to my specific part of the server,
> but I do know that when I log in I have access to a cpanel interface, email
> configuration, all of my files on the server, access to create new postgres
> databases and a link to phpPgAdmin.

Do you get the option to create a new database user? You could create
a new user and give that user access to your database.

--
Postgresql & php tutorials
http://www.designmagick.com/

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Stephan Szabo 2006-03-31 23:57:41 Re: How to use views&rules to dynamically choose which
Previous Message Ashley Moran 2006-03-31 23:40:37 Re: How to use views&rules to dynamically choose which table to update