Home > Archive > PostgreSQL Administration > September 2005 > database access queries









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author database access queries
bramhe manoj

2005-09-28, 7:24 am

hi ,

we are working as linux administrators in enng college
in mumbai(india).

we have created databases in postgresql for all staffs
& students & granted them with permissions & password

query :

how to restrict database user from accessing other
users databases?

here we are getting problem that any user can access
database of other users

pls tell us how we can do in postgresql

bye


prof bramhe
prof pandagre



____________________
______________
Yahoo! Mail - PC Magazine Editors' Choice 2005
http://mail.yahoo.com

---------------------------(end of broadcast)---------------------------
TIP 2: Don't 'kill -9' the postmaster

sandhya

2005-09-28, 7:24 am

----- Original Message -----
From: "bramhe manoj" <manoj_bramhe@yahoo.com>
To: <pgsql-admin@postgresql.org>
Sent: Wednesday, September 28, 2005 3:54 PM
Subject: [ADMIN] database access queries


> hi ,
>
> we are working as linux administrators in enng college
> in mumbai(india).


>
> we have created databases in postgresql for all staffs
> & students & granted them with permissions & password


Are all users have superuser permission ?

>
> query :
>
> how to restrict database user from accessing other
> users databases?


Accessing other user's database......IS it mean getting the table info
of other user's database?
>
> here we are getting problem that any user can access
> database of other users
>
> pls tell us how we can do in postgresql


See:
\du
List of database users
User name | User ID | Attributes
-----------+---------+----------------------------
postgres | 1 | superuser, create database
root | 100 | superuser, create database
sampledb | 103 |

If you have a user of 'sampledb' with no superuser permission..he can't
access the tables of other user's database.
Check the permissions and the login info.
>
> bye
>
>
> prof bramhe
> prof pandagre
>
>
>
> ____________________
______________
> Yahoo! Mail - PC Magazine Editors' Choice 2005
> http://mail.yahoo.com
>
> ---------------------------(end of broadcast)---------------------------
> TIP 2: Don't 'kill -9' the postmaster



---------------------------(end of broadcast)---------------------------
TIP 6: explain analyze is your friend

Sponsored Links





Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive | Programming forum archive

Copyright 2008 droptable.com