Re: table permissions and referential integrity

From: Brook Milligan <brook(at)biology(dot)nmsu(dot)edu>
To: peter_e(at)gmx(dot)net
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: table permissions and referential integrity
Date: 2000-06-21 16:22:23
Message-ID: 200006211622.KAA07935@biology.nmsu.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Thanks for the quick answers on the requirement for update permission
to go along with referential integrity. Now I understand things
better. (Perhaps more info for the docs?)

So if each table access requires locks for update on multiple tables,
is there any chance of deadlocks? Or are the multiple locks obtained
all at once in some sort of atomic manner that eliminates the problem?

Thanks again for your help.

Cheers,
Brook

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2000-06-21 16:24:44 Re: Big 7.1 open items
Previous Message Tom Lane 2000-06-21 16:17:37 Re: Big 7.1 open items