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.