Re: [PATCH] Psql List Languages

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Peter Eisentraut <peter_e(at)gmx(dot)net>
Cc: pgsql-hackers(at)postgresql(dot)org, Fernando Ike <fike(at)midstorm(dot)org>
Subject: Re: [PATCH] Psql List Languages
Date: 2009-07-02 19:27:33
Message-ID: 5176.1246562853@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Peter Eisentraut <peter_e(at)gmx(dot)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 would include c, internal, and sql.

Another recent change in the \d support is that commands are expected to
work (as best they can) for all server versions back to 7.4. I didn't
look to see if this patch needs any fixes for that, but it's something
to keep in mind while reviewing.

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Zdenek Kotala 2009-07-02 19:28:56 Re: Upgrading our minimum required flex version for 8.5
Previous Message Peter Eisentraut 2009-07-02 19:12:06 Re: [PATCH] Psql List Languages