Re: TODO item question [pg_hba.conf]

From: Alvaro Herrera <alvherre(at)commandprompt(dot)com>
To: Gevik Babakhani <pgdev(at)xs4all(dot)nl>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: TODO item question [pg_hba.conf]
Date: 2006-04-21 14:36:32
Message-ID: 20060421143632.GA6984@surnet.cl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Gevik Babakhani wrote:

> As advised, I spend a moment reading the code regarding the GRANT and REVOKE
> In order to add a new privilege to the ACL, I have created a mini patch.
> Could this be checked to see if I am on the right track?
>
> http://www.xs4all.nl/~gevik/patch/alpha.patch

You are missing an ACL_*_CHR symbol and updating the ACL_ALL_RIGHTS_STR
symbol.

Also, you should know that changing this requires a change in
CATALOG_VERSION_NO in catversion.h as well.

--
Alvaro Herrera http://www.CommandPrompt.com/
PostgreSQL Replication, Consulting, Custom Development, 24x7 support

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Gevik Babakhani 2006-04-21 15:21:50 Re: TODO item question [pg_hba.conf]
Previous Message Martijn van Oosterhout 2006-04-21 13:07:03 Re: Checking assumptions