From: | Bruce Momjian <bruce(at)momjian(dot)us> |
---|---|
To: | David Fetter <david(at)fetter(dot)org> |
Cc: | Alvaro Herrera <alvherre(at)commandprompt(dot)com>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, PG Hackers <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: psql with "Function Type" in \df |
Date: | 2010-02-26 00:20:58 |
Message-ID: | 201002260020.o1Q0KwT15579@momjian.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
Did we ever get tab completion support for these backslash commands?
---------------------------------------------------------------------------
David Fetter wrote:
> On Fri, Apr 17, 2009 at 04:42:31PM -0400, Alvaro Herrera wrote:
> > David Fetter wrote:
> >
> > > Is this any better?
> >
> > So what happens if I do \dfaQ? It should throw an error, yes?
>
> Interesting question.
> >
> > This help line:
> >
> > > + fprintf(output, _(" \\df[S+] [PATTERN] list functions. Add a, n, t, w for aggregate, normal, trigger, window\n"));
> >
> > needs shortening to below 80 chars (or maybe split it in two lines.
> > Just make sure they are a single translation item).
> >
> > It also seems like we're missing tab completion support for this.
>
> This is another interesting question. I notice that the tab
> completion doesn't support things like \dit.
>
> Should I add that as a separate patch?
>
> Cheers,
> David.
> --
> David Fetter <david(at)fetter(dot)org> http://fetter.org/
> Phone: +1 415 235 3778 AIM: dfetter666 Yahoo!: dfetter
> Skype: davidfetter XMPP: david(dot)fetter(at)gmail(dot)com
>
> Remember to vote!
> Consider donating to Postgres: http://www.postgresql.org/about/donate
>
> --
> Sent via pgsql-hackers mailing list (pgsql-hackers(at)postgresql(dot)org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-hackers
--
Bruce Momjian <bruce(at)momjian(dot)us> http://momjian.us
EnterpriseDB http://enterprisedb.com
PG East: http://www.enterprisedb.com/community/nav-pg-east-2010.do
+ If your life is a hard drive, Christ can be your backup. +
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2010-02-26 00:21:04 | Re: A thought on Index Organized Tables |
Previous Message | Bruce Momjian | 2010-02-26 00:16:15 | Re: trouble with to_char('L') |