On 1 Feb 2009, at 00:05, Joshua Tolley wrote:
>
> to add new syntax, you might consider writing a function instead. This
> function might take parameters such as the privilege to grant and
> the user to
> grant it to, and be called something like this:
>
> SELECT my_grant_function('someuser', 'someprivilege');
Well, if you read my first post - I did wrote such a function, and it
works just fine. But still - since that was in TODO, I figured I might
give it a go.