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

From Joshua Tolley
Subject Re: adding stuff to parser, question
Date
Msg-id 20090201201537.GA6481@uber
Whole thread Raw
In response to Re: adding stuff to parser, question  (Grzegorz Jaskiewicz <gj@pointblue.com.pl>)
List pgsql-hackers
On Sun, Feb 01, 2009 at 12:12:47AM +0000, Grzegorz Jaskiewicz wrote:
> 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.

Ah, that you did. Sorry. :)

- Josh

pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: add_path optimization
Next
From: Grzegorz Jaskiewicz
Date:
Subject: Re: add_path optimization