Re: FWD: Re: [HACKERS] Updated backslash consistency patch

2009-01-15 Thread Alvaro Herrera
Tom Lane escribió: > Stephen Frost writes: > > As I mentioned in my other email, this is mainly for PostGIS, but it can > > certainly apply to other modules. Is this what we would recommend as an > > approach for these kinds of modules? I feel like that would give > > -hackers, or perhaps the Po

Re: FWD: Re: [HACKERS] Updated backslash consistency patch

2009-01-15 Thread Stephen Frost
* Tom Lane (t...@sss.pgh.pa.us) wrote: > If you have an idle evening you might want to peruse all the past > threads about developing better support for modules. This is clearly > an area where we need to improve, and it's also clear that no quick > hack is going to make it significantly better (i

Re: FWD: Re: [HACKERS] Updated backslash consistency patch

2009-01-15 Thread Stephen Frost
Alvaro, * Alvaro Herrera (alvhe...@commandprompt.com) wrote: > Tom Lane escribió: > > If you have an idle evening you might want to peruse all the past > > threads about developing better support for modules. > > All the useful material in this area is linked to on the TODO list. Thanks for the

Re: FWD: Re: [HACKERS] Updated backslash consistency patch

2009-01-15 Thread Josh Berkus
Tom, Also (3) you are not actually going to use this as much as you think you are, so saving a shift keypress is not the be-all and end-all. Clearly you've never had to troubleshoot a client's database which has over 400 functions they've never completely documented. --Josh -- Sent via pg

Re: FWD: Re: [HACKERS] Updated backslash consistency patch

2009-01-15 Thread Josh Berkus
Josh Berkus wrote: Tom, Also (3) you are not actually going to use this as much as you think you are, so saving a shift keypress is not the be-all and end-all. Clearly you've never had to troubleshoot a client's database which has over 400 functions they've never completely documented. Oh

[HACKERS] Column-Level Privileges

2009-01-15 Thread Stephen Frost
All, Attached is an updated patch for column-level privileges. This is a very minor change to use get_rel_name(), so the main point of this is to update the general community on the status of the patch. It was pointed out to me that some folks havn't been able to follow along and so ar

Re: FWD: Re: [HACKERS] Updated backslash consistency patch

2009-01-15 Thread Joshua D. Drake
On Thu, 2009-01-15 at 20:19 -0800, Josh Berkus wrote: > Tom, > > > Also (3) you are not actually going to use this as much as you think > > you are, so saving a shift keypress is not the be-all and end-all. > > Clearly you've never had to troubleshoot a client's database which has > over 400 fun

<    1   2