Re: adding stuff to parser, question - Mailing list pgsql-hackers

From Grzegorz Jaskiewicz
Subject Re: adding stuff to parser, question
Date
Msg-id FA582322-00E0-48ED-B7B3-877C23F0649C@pointblue.com.pl
Whole thread Raw
In response to Re: adding stuff to parser, question  (Joshua Tolley <eggyknap@gmail.com>)
Responses Re: adding stuff to parser, question  (Joshua Tolley <eggyknap@gmail.com>)
List pgsql-hackers
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.




pgsql-hackers by date:

Previous
From: Joshua Tolley
Date:
Subject: Re: adding stuff to parser, question
Next
From: Grzegorz Jaskiewicz
Date:
Subject: Re: adding stuff to parser, question