Subject Re: [firebird-support] Reference
Author Helen Borrie
At 06:33 PM 27/11/2004 -0500, you wrote:

>In the grant options, what does reference mean? Ive read the docs a dozen
>times, but I don't undersand how it differs from select.

The name of the privilege is REFERENCES. It's required if the table to
which you are granting any other privileges has a foreign key to another
table to which the user does not have privileges. You grant the REFERENCES
on the table that is referred to by REFERENCES in the foreign key constraint.

./hb