database problem

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • coolminded
    New Member
    • Mar 2007
    • 137

    database problem

    how to prevent users to use the specific databases. i mean i have lots of databases. so i want the particular user use the specified database only.
    is it possible to have password in the database to lock.
    thanx
  • rski
    Recognized Expert Contributor
    • Dec 2006
    • 700

    #2
    Originally posted by coolminded
    how to prevent users to use the specific databases. i mean i have lots of databases. so i want the particular user use the specified database only.
    is it possible to have password in the database to lock.
    thanx
    use pg_hba.conf to specify who which database can use.

    Comment

    Working...