Re: Some basic info regarding postgresql? - Mailing list pgsql-admin

From Bruno Wolff III
Subject Re: Some basic info regarding postgresql?
Date
Msg-id 20030912024933.GB24818@wolff.to
Whole thread Raw
In response to Some basic info regarding postgresql?  ("Duffey, Kevin" <KDuffey@marketron.com>)
List pgsql-admin
On Thu, Sep 11, 2003 at 16:18:04 -0700,
  "Duffey, Kevin" <KDuffey@marketron.com> wrote:
>
> Security is another biggie. I see that you can limit who can access it based on ip, user name, etc. What other levels
ofsecurity are there? Can table permissions be set on an individual user, or a group of users? What about row
permissionsor column permissions? What other ways of security should we be concerned with in regards to the DB itself
(deployedon linux of course)? 

You can limit access to individual databases in a cluster by ip address
or username (both postgres username and host username). This is done in
pg_hba.conf.

You can also limit access to objects by postgres username and group.
This includes databases, schemas, tables, views, functions, sequences and
probably a few other things. You can't directly restrict access to rows or
columns of a table. You can create views that can only be used by some
users or groups that restrict access to rows and or columns of a table.

pgsql-admin by date:

Previous
From: "Duffey, Kevin"
Date:
Subject: Some basic info regarding postgresql?
Next
From: pginfo
Date:
Subject: pg 7.3.4 and linux box crash