Re: [PATCH] Psql List Languages - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: [PATCH] Psql List Languages
Date
Msg-id 200907022212.06975.peter_e@gmx.net
Whole thread Raw
In response to Re: [PATCH] Psql List Languages  (Fernando Ike <fike@midstorm.org>)
Responses Re: [PATCH] Psql List Languages  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
On Monday 02 February 2009 15:29:51 Fernando Ike wrote:
> Hi,
>
> On Fri, Jan 30, 2009 at 3:03 PM, Fernando Ike <fike@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 shorcurt/function \dL.
>
> [..]
>
> >   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.
>
>    I update patch for added gettext fields and change spaces/tab to 4
> spaces. :)

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 would include c, internal, and sql.


pgsql-hackers by date:

Previous
From: Chris Browne
Date:
Subject: Re: 8.5 development schedule
Next
From: Tom Lane
Date:
Subject: Re: [PATCH] Psql List Languages