Re: [HACKERS] [PATCH] Psql List Languages

2009-07-28 Thread Robert Haas
On Wed, Jul 22, 2009 at 9:23 PM, Robert Haasrobertmh...@gmail.com wrote: On Sun, Jul 19, 2009 at 4:00 AM, Peter Eisentrautpete...@gmx.net wrote: Please submit an updated patch. If you would like to have this change committed during this CommitFest, please submit an updated patch ASAP.  

Re: [HACKERS] [PATCH] Psql List Languages

2009-07-22 Thread Robert Haas
On Sun, Jul 19, 2009 at 4:00 AM, Peter Eisentrautpete...@gmx.net wrote: Please submit an updated patch. Fernando, If you would like to have this change committed during this CommitFest, please submit an updated patch ASAP. Otherwise, you can resubmit for the next CommitFest in September.

Re: [HACKERS] [PATCH] Psql List Languages

2009-07-22 Thread Greg Stark
On Thu, Jul 23, 2009 at 2:23 AM, Robert Haasrobertmh...@gmail.com wrote: If you would like to have this change committed during this CommitFest, please submit an updated patch ASAP.  Otherwise, you can resubmit for the next CommitFest in September. You know, I don't think we have any rules

Re: [HACKERS] [PATCH] Psql List Languages

2009-07-22 Thread Robert Haas
On Wed, Jul 22, 2009 at 9:35 PM, Greg Starkgsst...@mit.edu wrote: On Thu, Jul 23, 2009 at 2:23 AM, Robert Haasrobertmh...@gmail.com wrote: If you would like to have this change committed during this CommitFest, please submit an updated patch ASAP.  Otherwise, you can resubmit for the next

Re: [HACKERS] [PATCH] Psql List Languages

2009-07-22 Thread Robert Haas
On Wed, Jul 22, 2009 at 9:43 PM, Robert Haasrobertmh...@gmail.com wrote: On Wed, Jul 22, 2009 at 9:35 PM, Greg Starkgsst...@mit.edu wrote: On Thu, Jul 23, 2009 at 2:23 AM, Robert Haasrobertmh...@gmail.com wrote: If you would like to have this change committed during this CommitFest, please

Re: [HACKERS] [PATCH] Psql List Languages

2009-07-22 Thread Greg Stark
On Thu, Jul 23, 2009 at 3:11 AM, Robert Haasrobertmh...@gmail.com wrote: If my email struck you as rude, I certainly apologize for that.  I'm trying really hard to be efficient about this without stepping on anyone's feelings, but that's a fine line to walk and I'm not sure I'll always be on

Re: [HACKERS] [PATCH] Psql List Languages

2009-07-19 Thread Peter Eisentraut
On Friday 17 July 2009 18:26:31 Fernando Ike wrote: Follow new version patch, now with version postgresql version. 1) This is obviously wrong: CASE WHEN l.lanispl = 't' THEN 'Trusted' WHEN l.lanispl = 'f' THEN 'Untrusted' END 2) It may be better to use lanispl to determine whether a

Re: [HACKERS] [PATCH] Psql List Languages

2009-07-17 Thread Fernando Ike
On Thu, Jul 16, 2009 at 10:41 AM, Peter Eisentrautpete...@gmx.net wrote: On Thursday 16 July 2009 00:38:31 Fernando Ike de Oliveira wrote:   I applied the Tom Lane and Peter considerations, but I had that remove one column (Owner) of out command \dL to compatibility with 7.4 version. The

Re: [HACKERS] [PATCH] Psql List Languages

2009-07-16 Thread Peter Eisentraut
On Thursday 16 July 2009 00:38:31 Fernando Ike de Oliveira wrote: I applied the Tom Lane and Peter considerations, but I had that remove one column (Owner) of out command \dL to compatibility with 7.4 version. The mandate is to work as best as they can with older versions, not to provide

Re: [HACKERS] [PATCH] Psql List Languages

2009-07-15 Thread Fernando Ike de Oliveira
Em Thu, 02 Jul 2009 15:27:33 -0400 Tom Lane t...@sss.pgh.pa.us escreveu: Peter Eisentraut pete...@gmx.net writes: Looks good, but needs documentation and tab-complete.c updates, it seems. And you should revisit this patch to make it consistent with the S flag that was added to most \d

Re: [HACKERS] [PATCH] Psql List Languages

2009-07-02 Thread Peter Eisentraut
On Monday 02 February 2009 15:29:51 Fernando Ike wrote: Hi, On Fri, Jan 30, 2009 at 3:03 PM, Fernando Ike f...@midstorm.org wrote: Hi,, My job, I maintainer some postgres server for clients. We have many PL/(Java, Perl, Ruby, Python, R) and to more easy administration, I worked

Re: [HACKERS] [PATCH] Psql List Languages

2009-07-02 Thread Tom Lane
Peter Eisentraut pete...@gmx.net writes: Looks good, but needs documentation and tab-complete.c updates, it seems. And you should revisit this patch to make it consistent with the S flag that was added to most \d commands. For example, \dL would show only user-added languages, but \dLS

Re: [HACKERS] [PATCH] Psql List Languages

2009-02-11 Thread Peter Eisentraut
Fernando Ike wrote: I know that this moment is inappropriate to submit patch, with the discussions about features for 8.4. But, if can added for commitfest to 8.5 version. I'm appreciate. Yes, please add it to the first 8.5 commit fest. You can edit the wiki yourself. -- Sent via

Re: [HACKERS] [PATCH] Psql List Languages

2009-02-02 Thread David Fetter
On Mon, Feb 02, 2009 at 11:29:51AM -0200, Fernando Ike wrote: Hi, On Fri, Jan 30, 2009 at 3:03 PM, Fernando Ike f...@midstorm.org wrote: Hi,, My job, I maintainer some postgres server for clients. We have many PL/(Java, Perl, Ruby, Python, R) and to more easy administration, I

Re: [HACKERS] [PATCH] Psql List Languages

2009-02-02 Thread Fernando Ike
Hi, On Fri, Jan 30, 2009 at 3:03 PM, Fernando Ike f...@midstorm.org wrote: Hi,, My job, I maintainer some postgres server for clients. We have many PL/(Java, Perl, Ruby, Python, R) and to more easy administration, I worked new little psql attribute to list languages com

[HACKERS] [PATCH] Psql List Languages

2009-01-30 Thread Fernando Ike
Hi,, My job, I maintainer some postgres server for clients. We have many PL/(Java, Perl, Ruby, Python, R) and to more easy administration, I worked new little psql attribute to list languages com shorcurt/function \dL. postg...@darkside:/media/disk/devel/pg$ bin/psql -U postgres test psql