Re: TODO item question [pg_hba.conf] - Mailing list pgsql-hackers

From Alvaro Herrera
Subject Re: TODO item question [pg_hba.conf]
Date
Msg-id 20060421143632.GA6984@surnet.cl
Whole thread Raw
In response to TODO item question [pg_hba.conf]  ("Gevik Babakhani" <pgdev@xs4all.nl>)
Responses Re: TODO item question [pg_hba.conf]  ("Gevik Babakhani" <pgdev@xs4all.nl>)
List 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


pgsql-hackers by date:

Previous
From: Martijn van Oosterhout
Date:
Subject: Re: Checking assumptions
Next
From: "Gevik Babakhani"
Date:
Subject: Re: TODO item question [pg_hba.conf]