Subject RE: [firebird-support] Reference
Author Bas Gooijen
| 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.

I think it means you can execute objects ( eg. Views ) that reference the
table, so you might not have access to do a select on the table, but you
might have access to do select on views that reference that table ( the view
cout filter records )

Bas