| From: | Stephan Szabo <sszabo(at)megazone23(dot)bigpanda(dot)com> |
|---|---|
| To: | Mike Howard <mike(at)clove(dot)com> |
| Cc: | pgsql-bugs(at)postgresql(dot)org |
| Subject: | Re: Referencial integerity problem |
| Date: | 2001-02-12 19:38:27 |
| Message-ID: | Pine.BSF.4.21.0102121137440.77463-100000@megazone23.bigpanda.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-bugs |
Under 7.0 you needed update permission on the referenced table to
grab the necessary locks. Under 7.1 you won't need this anymore.
On Thu, 8 Feb 2001, Mike Howard wrote:
> Briefly, I create two tables, one having a column which references the
> other and which implements cascade deletes and updates. I create a user
> who has modify access on one table, but only select on the referenced
> table. This user is not allowed to insert a record into the referencing
> table - the error message refers to the referenced table.
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2001-02-13 00:07:31 | Re: SELECT with regular pattern '~' delivers wrong output |
| Previous Message | Tom Lane | 2001-02-12 17:55:52 | Re: Table name scope (was Re: Outer joins aren't working with views) |