Re: DRI in Docs?

From: "Alexander Staubo" <alex(at)purefiction(dot)net>
To: "Rich Shepard" <rshepard(at)appl-ecosys(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: DRI in Docs?
Date: 2007-04-29 04:02:37
Message-ID: 88daf38c0704282102r22af463x7ac84e5c1bf93ac2@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 4/29/07, Rich Shepard <rshepard(at)appl-ecosys(dot)com> wrote:
> I cannot find a discussion of the meaning and use of Declarative
> Referential Integrity (DRI) in the on-line docs ToC or Index. Please tell me
> in which chapter/section this is covered.

The closest counterpart to MS SQL Server's DRI is the "references" permission:

http://www.postgresql.org/docs/8.2/interactive/sql-grant.html

Note, however, that PostgreSQL doesn't have column-level permissions,
so this is by table only:

> Currently, PostgreSQL does not support granting or revoking privileges for
> individual columns of a table. One possible workaround is to create a view
> having just the desired columns and then grant privileges to that view.

Alexander.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2007-04-29 04:51:57 Re: CONSTRAINT name With Domain As Check
Previous Message Rich Shepard 2007-04-29 02:52:10 DRI in Docs?