Re: adding stuff to parser, question

From: Grzegorz Jaskiewicz <gj(at)pointblue(dot)com(dot)pl>
To: Joshua Tolley <eggyknap(at)gmail(dot)com>
Cc: pgsql-hackers Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: adding stuff to parser, question
Date: 2009-02-01 00:12:47
Message-ID: FA582322-00E0-48ED-B7B3-877C23F0649C@pointblue.com.pl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Grzegorz Jaskiewicz 2009-02-01 00:41:03 Re: adding stuff to parser, question
Previous Message Joshua Tolley 2009-02-01 00:05:23 Re: adding stuff to parser, question