Re: docs about security

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: speeves <speeves(at)unt(dot)edu>
Cc: pgsql-docs(at)postgresql(dot)org
Subject: Re: docs about security
Date: 2001-10-18 14:51:20
Message-ID: 200110181451.f9IEpKf09886@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs

> Hi!
>
> I am resending a plea for some good security docs, or locations
> thereof. I have been wrestling with security on Postgres for some
> time, and have finally given up for a time. Is there a chance that
> someone could write a good tutorial, or a chapter in a book, that can
> explain the various aspects of security on Postgres.
>
> The reason that I am asking, is because I have been trying to see if
> Postgres would/could be a replacement for our 30+ databases(access +
> sql server). From the understanding that I get from what I read it
> doesn't look like I can do the security scheme that I want. (I have
> great respect for all of you who are working on a great product, but
> as of now, I can't wrap my brain around your security scheme...:( )

Well, my book does cover it a little:

http://www.postgresql.org/docs/awbook.html

There is table-level security (GRANT), view-level security, and
database/host access security.

Tell us what you want to do and we can tell you if you can do it with
PostgreSQL.

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026

In response to

Browse pgsql-docs by date

  From Date Subject
Next Message speeves 2001-10-18 16:14:57 Re: docs about security
Previous Message Peter Eisentraut 2001-10-17 20:37:27 Re: Where to document system views?