Contraint Trigger Permissions

From: cbeahm(at)gmail(dot)com
To: pgsql-general(at)postgresql(dot)org
Subject: Contraint Trigger Permissions
Date: 2005-09-16 19:12:04
Message-ID: 1126897924.804333.254840@f14g2000cwb.googlegroups.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I'm using PostgreSQL 7.3.6 and run into a permissions problem when a
particular constraint trigger is attempting to restore using
pg_restore.

Is there a good way to analyze what permissions are required for a
particular constraint trigger? I have a problem where it looks like a
contraint trigger does not have the necessary access to a table, but I
don't want to enable more permissions to that table than the trigger
requires.

Any assistance or pointers would be very much appreciated!

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Fernando Lujan 2005-09-16 19:13:37 Restoring just a table or row from a backup copy.
Previous Message Roger Hand 2005-09-16 19:06:19 Re: Setting WHERE on a VIEW with aggregate function.