Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

procedure add_privilege(grantee, privilege(s)) #52

Open
GoogleCodeExporter opened this issue Jun 18, 2015 · 0 comments
Open

procedure add_privilege(grantee, privilege(s)) #52

GoogleCodeExporter opened this issue Jun 18, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

What component are you suggesting? (view, table, function, procedure)

procedure


What will this new component do?

add a specific privilege to an account. eg:

call add_privilege('myuser@localhost', 'trigger');

The routine will add the 'trigger' privilege on whatever set of privileges that 
user has (possibly multiple, since a user may have sets of privileges per 
schema, table etc.)

Characteristics of the component? (e.g. NO SQL for stored function)

modifies sql data

Dependencies for component?


Original issue reported on code.google.com by [email protected] on 12 Jan 2014 at 1:04

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant