Re: TODO item pg_hba.conf

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Alvaro Herrera <alvherre(at)commandprompt(dot)com>
Cc: Gevik Babakhani <pgdev(at)xs4all(dot)nl>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: TODO item pg_hba.conf
Date: 2006-04-20 20:11:58
Message-ID: 29385.1145563918@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Alvaro Herrera <alvherre(at)commandprompt(dot)com> writes:
> It should be easy to make this code understand a new privilege type.

Another point worth making: most of the actual patch will probably
consist of teaching the ACL datatype code about another possible
bit-value in ACL masks. A lot of the generic GRANT/REVOKE code
just mashes privilege bit-masks and doesn't much care what the
individual bit meanings are.

regards, tom lane

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Jim C. Nasby 2006-04-20 20:14:15 Re: Unresolved Win32 bug reports
Previous Message Larry Rosenman 2006-04-20 19:17:35 Re: Unresolved Win32 bug reports